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