Home
last modified time | relevance | path

Searched refs:xfs_agi_t (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_ialloc.c2421 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi()
2422 offsetof(xfs_agi_t, agi_versionnum), in xfs_ialloc_log_agi()
2423 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi()
2424 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi()
2425 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi()
2426 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi()
2427 offsetof(xfs_agi_t, agi_level), in xfs_ialloc_log_agi()
2428 offsetof(xfs_agi_t, agi_freecount), in xfs_ialloc_log_agi()
2429 offsetof(xfs_agi_t, agi_newino), in xfs_ialloc_log_agi()
2430 offsetof(xfs_agi_t, agi_dirino), in xfs_ialloc_log_agi()
[all …]
Dxfs_format.h771 } xfs_agi_t; typedef
795 #define XFS_BUF_TO_AGI(bp) ((xfs_agi_t *)((bp)->b_addr))
/fs/xfs/
Dxfs_log_recover.c4990 xfs_agi_t *agi; in xlog_recover_clear_agi_bucket()
5005 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket()
5108 xfs_agi_t *agi; in xlog_recover_process_iunlinks()