Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_trans.h123 typedef struct xfs_trans { struct
124 unsigned int t_magic; /* magic number */
125 unsigned int t_log_res; /* amt of log space resvd */
126 unsigned int t_log_count; /* count for perm log res */
127 unsigned int t_blk_res; /* # of blocks resvd */
128 unsigned int t_blk_res_used; /* # of resvd blocks used */
129 unsigned int t_rtx_res; /* # of rt extents resvd */
130 unsigned int t_rtx_res_used; /* # of resvd rt extents used */
154 } xfs_trans_t; argument
167 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()