Searched refs:xfs_agf_t (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_alloc.c | 276 xfs_agf_t *agf; /* a.g. freelist header */ in xfs_alloc_fix_minleft() 1699 xfs_agf_t *agf; /* a.g. freespace structure pointer */ in xfs_alloc_fix_freelist() 1876 xfs_agf_t *agf; /* a.g. freespace structure */ in xfs_alloc_get_freelist() 1956 offsetof(xfs_agf_t, agf_magicnum), in xfs_alloc_log_agf() 1957 offsetof(xfs_agf_t, agf_versionnum), in xfs_alloc_log_agf() 1958 offsetof(xfs_agf_t, agf_seqno), in xfs_alloc_log_agf() 1959 offsetof(xfs_agf_t, agf_length), in xfs_alloc_log_agf() 1960 offsetof(xfs_agf_t, agf_roots[0]), in xfs_alloc_log_agf() 1961 offsetof(xfs_agf_t, agf_levels[0]), in xfs_alloc_log_agf() 1962 offsetof(xfs_agf_t, agf_flfirst), in xfs_alloc_log_agf() [all …]
|
D | xfs_ag.h | 72 } xfs_agf_t; typedef 106 #define XFS_BUF_TO_AGF(bp) ((xfs_agf_t *)XFS_BUF_PTR(bp))
|
D | xfs_fsops.c | 123 xfs_agf_t *agf; in xfs_growfs_data_private()
|
D | xfs_log_recover.c | 3814 xfs_agf_t *agfp; in xlog_recover_check_summary()
|