Searched refs:xfs_agi_t (Results 1 – 3 of 3) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc.c | 2584 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi() 2585 offsetof(xfs_agi_t, agi_versionnum), in xfs_ialloc_log_agi() 2586 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi() 2587 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi() 2588 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi() 2589 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi() 2590 offsetof(xfs_agi_t, agi_level), in xfs_ialloc_log_agi() 2591 offsetof(xfs_agi_t, agi_freecount), in xfs_ialloc_log_agi() 2592 offsetof(xfs_agi_t, agi_newino), in xfs_ialloc_log_agi() 2593 offsetof(xfs_agi_t, agi_dirino), in xfs_ialloc_log_agi() [all …]
|
H A D | xfs_format.h | 629 } xfs_agi_t; typedef
|
/linux/fs/xfs/ |
H A D | xfs_log_recover.c | 2697 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket()
|