Searched defs:xfs_trans (Results 1 – 2 of 2) sorted by relevance
122 typedef struct xfs_trans { struct123 unsigned int t_magic; /* magic number */124 unsigned int t_log_res; /* amt of log space resvd */125 unsigned int t_log_count; /* count for perm log res */126 unsigned int t_blk_res; /* # of blocks resvd */127 unsigned int t_blk_res_used; /* # of resvd blocks used */128 unsigned int t_rtx_res; /* # of rt extents resvd */129 unsigned int t_rtx_res_used; /* # of resvd rt extents used */153 } xfs_trans_t; argument166 struct xfs_trans **tpp); argument
584 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_datadev()