Searched refs:xfs_agi_t (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 600 xfs_agi_t *agi; /* allocation group header */ in xfs_ialloc_ag_alloc() 2436 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi() 2437 offsetof(xfs_agi_t, agi_versionnum), in xfs_ialloc_log_agi() 2438 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi() 2439 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi() 2440 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi() 2441 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi() 2442 offsetof(xfs_agi_t, agi_level), in xfs_ialloc_log_agi() 2443 offsetof(xfs_agi_t, agi_freecount), in xfs_ialloc_log_agi() 2444 offsetof(xfs_agi_t, agi_newino), in xfs_ialloc_log_agi() [all …]
|
D | xfs_format.h | 732 } xfs_agi_t; typedef 756 #define XFS_BUF_TO_AGI(bp) ((xfs_agi_t *)((bp)->b_addr))
|
/linux-4.4.14/fs/xfs/ |
D | xfs_inode.c | 1958 xfs_agi_t *agi; in xfs_iunlink() 2022 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink() 2040 xfs_agi_t *agi; in xfs_iunlink_remove() 2114 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink_remove()
|
D | xfs_fsops.c | 150 xfs_agi_t *agi; in xfs_growfs_data_private()
|
D | xfs_log_recover.c | 3965 xfs_agi_t *agi; in xlog_recover_clear_agi_bucket() 3981 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket() 4072 xfs_agi_t *agi; in xlog_recover_process_iunlinks()
|