Searched defs:xfs_trans (Results 1 – 2 of 2) sorted by relevance
110 typedef struct xfs_trans { struct111 unsigned int t_magic; /* magic number */112 unsigned int t_log_res; /* amt of log space resvd */113 unsigned int t_log_count; /* count for perm log res */114 unsigned int t_blk_res; /* # of blocks resvd */115 unsigned int t_blk_res_used; /* # of resvd blocks used */116 unsigned int t_rtx_res; /* # of rt extents resvd */117 unsigned int t_rtx_res_used; /* # of resvd rt extents used */118 unsigned int t_flags; /* misc flags */119 xfs_fsblock_t t_firstblock; /* first block allocated */[all …]
476 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_rtdev()568 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_datadev()