Searched refs:xfs_agi_t (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/ |
D | xfs_ialloc.c | 165 xfs_agi_t *agi; /* allocation group header */ in xfs_ialloc_ag_alloc() 584 xfs_agi_t *agi; /* allocation group header structure */ in xfs_dialloc() 1005 xfs_agi_t *agi; /* allocation group header */ in xfs_difree() 1414 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi() 1415 offsetof(xfs_agi_t, agi_versionnum), in xfs_ialloc_log_agi() 1416 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi() 1417 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi() 1418 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi() 1419 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi() 1420 offsetof(xfs_agi_t, agi_level), in xfs_ialloc_log_agi() [all …]
|
D | xfs_ag.h | 126 } xfs_agi_t; typedef 145 #define XFS_BUF_TO_AGI(bp) ((xfs_agi_t *)XFS_BUF_PTR(bp))
|
D | xfs_fsops.c | 124 xfs_agi_t *agi; in xfs_growfs_data_private()
|
D | xfs_inode.c | 1738 xfs_agi_t *agi; in xfs_iunlink() 1799 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink() 1816 xfs_agi_t *agi; in xfs_iunlink_remove() 1887 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink_remove()
|
D | xfs_itable.c | 341 xfs_agi_t *agi; /* agi header data */ in xfs_bulkstat()
|
D | xfs_log_recover.c | 3114 xfs_agi_t *agi; in xlog_recover_clear_agi_bucket() 3131 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket() 3223 xfs_agi_t *agi; in xlog_recover_process_iunlinks()
|