Searched refs:xfs_agi_t (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_ialloc.c | 139 xfs_agi_t *agi; /* allocation group header */ in xfs_ialloc_ag_alloc() 513 xfs_agi_t *agi; /* allocation group header structure */ in xfs_dialloc() 935 xfs_agi_t *agi; /* allocation group header */ in xfs_difree() 1307 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi() 1308 offsetof(xfs_agi_t, agi_versionnum), in xfs_ialloc_log_agi() 1309 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi() 1310 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi() 1311 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi() 1312 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi() 1313 offsetof(xfs_agi_t, agi_level), in xfs_ialloc_log_agi() [all …]
|
D | xfs_ag.h | 150 } xfs_agi_t; typedef 317 xfs_agi_t *xfs_buf_to_agi(struct xfs_buf *bp); 320 #define XFS_BUF_TO_AGI(bp) ((xfs_agi_t *)XFS_BUF_PTR(bp))
|
D | xfs_ialloc_btree.c | 90 xfs_agi_t *agi; /* allocation group inode header */ in xfs_inobt_delrec() 871 xfs_agi_t *agi; /* a.g. inode header */ in xfs_inobt_lookup() 1203 xfs_agi_t *agi; /* a.g. inode header */ in xfs_inobt_newroot()
|
D | xfs_inode.c | 1884 xfs_agi_t *agi; in xfs_iunlink() 1965 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink() 1982 xfs_agi_t *agi; in xfs_iunlink_remove() 2079 offset = offsetof(xfs_agi_t, agi_unlinked) + in xfs_iunlink_remove()
|
D | xfs_log_recover.c | 3167 xfs_agi_t *agi; in xlog_recover_clear_agi_bucket() 3191 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket() 3217 xfs_agi_t *agi; in xlog_recover_process_iunlinks() 4016 xfs_agi_t *agip; in xlog_recover_check_summary()
|
D | xfs_itable.c | 240 xfs_agi_t *agi; /* agi header data */ in xfs_bulkstat()
|
D | xfs_fsops.c | 134 xfs_agi_t *agi; in xfs_growfs_data_private()
|
D | xfs_btree.c | 587 xfs_agi_t *agi; /* (I) allocation group inodespace */ in xfs_btree_init_cursor()
|
D | xfs_macros.c | 635 xfs_agi_t *
|