Searched refs:xfs_agi_t (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 359 xfs_agi_t *agi; /* allocation group header */ in xfs_ialloc_ag_alloc() 1986 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi() 1987 offsetof(xfs_agi_t, agi_versionnum), in xfs_ialloc_log_agi() 1988 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi() 1989 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi() 1990 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi() 1991 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi() 1992 offsetof(xfs_agi_t, agi_level), in xfs_ialloc_log_agi() 1993 offsetof(xfs_agi_t, agi_freecount), in xfs_ialloc_log_agi() 1994 offsetof(xfs_agi_t, agi_newino), in xfs_ialloc_log_agi() [all …]
|
D | xfs_format.h | 700 } xfs_agi_t; typedef 724 #define XFS_BUF_TO_AGI(bp) ((xfs_agi_t *)((bp)->b_addr))
|
/linux-4.1.27/fs/xfs/ |
D | xfs_inode.c | 1985 xfs_agi_t *agi; in xfs_iunlink() 2049 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink() 2067 xfs_agi_t *agi; in xfs_iunlink_remove() 2141 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink_remove()
|
D | xfs_fsops.c | 148 xfs_agi_t *agi; in xfs_growfs_data_private()
|
D | xfs_log_recover.c | 3849 xfs_agi_t *agi; in xlog_recover_clear_agi_bucket() 3865 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket() 3956 xfs_agi_t *agi; in xlog_recover_process_iunlinks()
|