Searched defs:xfs_trans (Results 1 – 2 of 2) sorted by relevance
126 typedef struct xfs_trans { struct127 unsigned int t_magic; /* magic number */128 unsigned int t_log_res; /* amt of log space resvd */129 unsigned int t_log_count; /* count for perm log res */130 unsigned int t_blk_res; /* # of blocks resvd */131 unsigned int t_blk_res_used; /* # of resvd blocks used */132 unsigned int t_rtx_res; /* # of rt extents resvd */133 unsigned int t_rtx_res_used; /* # of resvd rt extents used */157 } xfs_trans_t; argument170 struct xfs_trans **tpp); argument
477 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_rtdev()577 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_datadev()