Searched refs:xfs_agi_t (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_ialloc.c | 241 xfs_agi_t *agi; /* allocation group header */ in xfs_ialloc_ag_alloc() 651 xfs_agi_t *agi; /* allocation group header structure */ in xfs_dialloc() 1041 xfs_agi_t *agi; /* allocation group header */ in xfs_difree() 1424 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi() 1425 offsetof(xfs_agi_t, agi_versionnum), in xfs_ialloc_log_agi() 1426 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi() 1427 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi() 1428 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi() 1429 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi() 1430 offsetof(xfs_agi_t, agi_level), in xfs_ialloc_log_agi() [all …]
|
D | xfs_ag.h | 140 } xfs_agi_t; typedef 159 #define XFS_BUF_TO_AGI(bp) ((xfs_agi_t *)XFS_BUF_PTR(bp))
|
D | xfs_itable.c | 204 xfs_agi_t *agi; /* agi header data */ in xfs_bulkstat()
|
D | xfs_fsops.c | 124 xfs_agi_t *agi; in xfs_growfs_data_private()
|
D | xfs_inode.c | 1687 xfs_agi_t *agi; in xfs_iunlink() 1748 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink() 1765 xfs_agi_t *agi; in xfs_iunlink_remove() 1835 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink_remove()
|
D | xfs_log_recover.c | 3004 xfs_agi_t *agi; in xlog_recover_clear_agi_bucket() 3021 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket() 3112 xfs_agi_t *agi; in xlog_recover_process_iunlinks()
|