Home
last modified time | relevance | path

Searched refs:af_root (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.h12 xfs_agblock_t af_root; member
H A Dxfs_btree_staging.c95 ptr->s = cpu_to_be32(afake->af_root); in xfs_btree_fakeroot_init_ptr_from_cur()
122 afake->af_root = be32_to_cpu(ptr->s); in xfs_btree_afakeroot_set_root()
855 cur->bc_ag.afake->af_root = be32_to_cpu(ptr.s); in xfs_btree_bload()
H A Dxfs_ialloc_btree.c526 agi->agi_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
536 agi->agi_free_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
H A Dxfs_refcount_btree.c407 agf->agf_refcount_root = cpu_to_be32(afake->af_root); in xfs_refcountbt_commit_staged_btree()
H A Dxfs_alloc_btree.c580 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()
H A Dxfs_rmap_btree.c566 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree()
/openbmc/linux/fs/xfs/
H A Dxfs_trace.h4087 __entry->agbno = cur->bc_ag.afake->af_root;