Home
last modified time | relevance | path

Searched refs:xfs_agf_t (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/libxfs/
Dxfs_alloc.c279 xfs_agf_t *agf; /* a.g. freelist header */ in xfs_alloc_fix_minleft()
1847 xfs_agf_t *agf; /* a.g. freespace structure pointer */ in xfs_alloc_fix_freelist()
2023 xfs_agf_t *agf; /* a.g. freespace structure */ in xfs_alloc_get_freelist()
2090 offsetof(xfs_agf_t, agf_magicnum), in xfs_alloc_log_agf()
2091 offsetof(xfs_agf_t, agf_versionnum), in xfs_alloc_log_agf()
2092 offsetof(xfs_agf_t, agf_seqno), in xfs_alloc_log_agf()
2093 offsetof(xfs_agf_t, agf_length), in xfs_alloc_log_agf()
2094 offsetof(xfs_agf_t, agf_roots[0]), in xfs_alloc_log_agf()
2095 offsetof(xfs_agf_t, agf_levels[0]), in xfs_alloc_log_agf()
2096 offsetof(xfs_agf_t, agf_flfirst), in xfs_alloc_log_agf()
[all …]
Dxfs_ag.h90 } xfs_agf_t; typedef
128 #define XFS_BUF_TO_AGF(bp) ((xfs_agf_t *)((bp)->b_addr))
/fs/xfs/
Dxfs_fsops.c148 xfs_agf_t *agf; in xfs_growfs_data_private()
Dxfs_log_recover.c4620 xfs_agf_t *agfp; in xlog_recover_check_summary()