Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_btree_staging.h12 xfs_agblock_t af_root; member
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()
856 cur->bc_ag.afake->af_root = be32_to_cpu(ptr.s); in xfs_btree_bload()
Dxfs_ialloc_btree.c510 agi->agi_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
520 agi->agi_free_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
Dxfs_refcount_btree.c388 agf->agf_refcount_root = cpu_to_be32(afake->af_root); in xfs_refcountbt_commit_staged_btree()
Dxfs_alloc_btree.c563 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()
Dxfs_rmap_btree.c519 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree()
/fs/xfs/
Dxfs_trace.h3717 __entry->agbno = cur->bc_ag.afake->af_root;