Searched defs:xfs_trans (Results 1 – 2 of 2) sorted by relevance
124 typedef struct xfs_trans { struct125 unsigned int t_log_res; /* amt of log space resvd */126 unsigned int t_log_count; /* count for perm log res */127 unsigned int t_blk_res; /* # of blocks resvd */128 unsigned int t_blk_res_used; /* # of resvd blocks used */129 unsigned int t_rtx_res; /* # of rt extents resvd */130 unsigned int t_rtx_res_used; /* # of resvd rt extents used */131 unsigned int t_flags; /* misc flags */155 } xfs_trans_t; argument168 struct xfs_trans **tpp); argument
471 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_datadev()