Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_btree_staging.h12 xfs_agblock_t af_root; member
Dxfs_alloc_btree.c547 agf->agf_bno_root = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()
550 agf->agf_cnt_root = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()
Dxfs_ialloc_btree.c540 agi->agi_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
550 agi->agi_free_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
Dxfs_refcount_btree.c396 agf->agf_refcount_root = cpu_to_be32(afake->af_root); in xfs_refcountbt_commit_staged_btree()
Dxfs_btree_staging.c793 cur->bc_ag.afake->af_root = be32_to_cpu(ptr.s); in xfs_btree_bload()
Dxfs_rmap_btree.c711 agf->agf_rmap_root = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree()
Dxfs_btree.c1973 ptr->s = cpu_to_be32(cur->bc_ag.afake->af_root); in xfs_btree_init_ptr_from_cur()
3206 cur->bc_ag.afake->af_root = be32_to_cpu(ptr->s); in xfs_btree_set_root()
/linux-6.12.1/fs/xfs/
Dxfs_trace.h4335 __entry->agbno = cur->bc_ag.afake->af_root;