Searched refs:xfs_agi_t (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 627 xfs_agi_t *agi; /* allocation group header */ in xfs_ialloc_ag_alloc() 2453 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi() 2454 offsetof(xfs_agi_t, agi_versionnum), in xfs_ialloc_log_agi() 2455 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi() 2456 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi() 2457 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi() 2458 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi() 2459 offsetof(xfs_agi_t, agi_level), in xfs_ialloc_log_agi() 2460 offsetof(xfs_agi_t, agi_freecount), in xfs_ialloc_log_agi() 2461 offsetof(xfs_agi_t, agi_newino), in xfs_ialloc_log_agi() [all …]
|
D | xfs_format.h | 758 } xfs_agi_t; typedef 782 #define XFS_BUF_TO_AGI(bp) ((xfs_agi_t *)((bp)->b_addr))
|
/linux-4.19.296/fs/xfs/ |
D | xfs_inode.c | 1941 xfs_agi_t *agi; in xfs_iunlink() 2003 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink() 2020 xfs_agi_t *agi; in xfs_iunlink_remove() 2099 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink_remove()
|
D | xfs_log_recover.c | 5016 xfs_agi_t *agi; in xlog_recover_clear_agi_bucket() 5031 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket() 5123 xfs_agi_t *agi; in xlog_recover_process_iunlinks()
|