Home
last modified time | relevance | path

Searched defs:xfs_trans (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_trans.h128 typedef struct xfs_trans { struct
129 unsigned int t_magic; /* magic number */
130 unsigned int t_log_res; /* amt of log space resvd */
131 unsigned int t_log_count; /* count for perm log res */
132 unsigned int t_blk_res; /* # of blocks resvd */
133 unsigned int t_blk_res_used; /* # of resvd blocks used */
134 unsigned int t_rtx_res; /* # of rt extents resvd */
135 unsigned int t_rtx_res_used; /* # of resvd rt extents used */
159 } xfs_trans_t; argument
172 struct xfs_trans **tpp); argument
H A Dxfs_fsmap.c587 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_datadev()