Home
last modified time | relevance | path

Searched refs:agi_root (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c52 agi->agi_root = nptr->s; in xfs_inobt_set_root()
244 ptr->s = agi->agi_root; in xfs_inobt_init_ptr_from_cur()
526 agi->agi_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
H A Dxfs_ialloc.c756 be32_to_cpu(agi->agi_root))); in xfs_ialloc_ag_alloc()
769 be32_to_cpu(agi->agi_root))); in xfs_ialloc_ag_alloc()
805 be32_to_cpu(agi->agi_root))); in xfs_ialloc_ag_alloc()
2447 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi()
H A Dxfs_ag.c751 agi->agi_root = cpu_to_be32(XFS_IBT_BLOCK(mp)); in xfs_agiblock_init()
H A Dxfs_format.h601 __be32 agi_root; /* root of inode btree */ member
/openbmc/linux/fs/xfs/scrub/
H A Dagheader_repair.c886 agi->agi_root = cpu_to_be32(fab[XREP_AGI_INOBT].root); in xrep_agi_set_roots()
H A Dagheader.c902 agbno = be32_to_cpu(agi->agi_root); in xchk_agi()