Searched refs:xfs_agi_t (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 2425 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi() 2426 offsetof(xfs_agi_t, agi_versionnum), in xfs_ialloc_log_agi() 2427 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi() 2428 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi() 2429 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi() 2430 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi() 2431 offsetof(xfs_agi_t, agi_level), in xfs_ialloc_log_agi() 2432 offsetof(xfs_agi_t, agi_freecount), in xfs_ialloc_log_agi() 2433 offsetof(xfs_agi_t, agi_newino), in xfs_ialloc_log_agi() 2434 offsetof(xfs_agi_t, agi_dirino), in xfs_ialloc_log_agi() [all …]
|
D | xfs_format.h | 618 } xfs_agi_t; typedef
|
/Linux-v5.15/fs/xfs/ |
D | xfs_log_recover.c | 2662 xfs_agi_t *agi; in xlog_recover_clear_agi_bucket() 2677 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket()
|