Searched refs:xfs_agi_t (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 2442 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi() 2443 offsetof(xfs_agi_t, agi_versionnum), in xfs_ialloc_log_agi() 2444 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi() 2445 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi() 2446 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi() 2447 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi() 2448 offsetof(xfs_agi_t, agi_level), in xfs_ialloc_log_agi() 2449 offsetof(xfs_agi_t, agi_freecount), in xfs_ialloc_log_agi() 2450 offsetof(xfs_agi_t, agi_newino), in xfs_ialloc_log_agi() 2451 offsetof(xfs_agi_t, agi_dirino), in xfs_ialloc_log_agi() [all …]
|
D | xfs_format.h | 627 } xfs_agi_t; typedef
|
/fs/xfs/ |
D | xfs_log_recover.c | 2664 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket()
|