Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_trans.h126 typedef struct xfs_trans { struct
127 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; argument
170 struct xfs_trans **tpp); argument
Dxfs_fsmap.c477 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_rtdev()
577 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_datadev()