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

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_staging.h12 xfs_agblock_t af_root; member in struct:xbtree_afakeroot
H A Dxfs_ialloc_btree.c540 agi->agi_root = cpu_to_be32(afake->af_root);
550 agi->agi_free_root = cpu_to_be32(afake->af_root);
H A Dxfs_alloc_btree.c611 agf->agf_bno_root = cpu_to_be32(afake->af_root);
614 agf->agf_cnt_root = cpu_to_be32(afake->af_root);
H A Dxfs_refcount_btree.c396 agf->agf_refcount_root = cpu_to_be32(afake->af_root);
H A Dxfs_btree_staging.c793 cur->bc_ag.afake->af_root = be32_to_cpu(ptr.s);
H A Dxfs_rmap_btree.c706 agf->agf_rmap_root = cpu_to_be32(afake->af_root);
H A Dxfs_btree.c1997 ptr->s = cpu_to_be32(cur->bc_ag.afake->af_root);
3239 cur->bc_ag.afake->af_root = be32_to_cpu(ptr->s);
/linux-master/fs/xfs/
H A Dxfs_trace.h4244 __entry->agbno = cur->bc_ag.afake->af_root;

Completed in 128 milliseconds