Home
last modified time | relevance | path

Searched refs:afake (Results 1 – 13 of 13) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.c61 struct xbtree_afakeroot *afake) in xfs_btree_stage_afakeroot() argument
67 cur->bc_ag.afake = afake; in xfs_btree_stage_afakeroot()
68 cur->bc_nlevels = afake->af_levels; in xfs_btree_stage_afakeroot()
89 cur->bc_ag.afake = NULL; in xfs_btree_commit_afakeroot()
797 cur->bc_ag.afake->af_root = be32_to_cpu(ptr.s); in xfs_btree_bload()
798 cur->bc_ag.afake->af_levels = cur->bc_nlevels; in xfs_btree_bload()
799 cur->bc_ag.afake->af_blocks = total_blocks; in xfs_btree_bload()
H A Dxfs_ialloc_btree.c534 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_inobt_commit_staged_btree() local
541 agi->agi_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
542 agi->agi_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree()
544 agi->agi_iblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()
551 agi->agi_free_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
552 agi->agi_free_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree()
554 agi->agi_fblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()
H A Dxfs_alloc_btree.c534 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_allocbt_commit_staged_btree() local
539 agf->agf_bno_root = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()
540 agf->agf_bno_level = cpu_to_be32(afake->af_levels); in xfs_allocbt_commit_staged_btree()
542 agf->agf_cnt_root = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()
543 agf->agf_cnt_level = cpu_to_be32(afake->af_levels); in xfs_allocbt_commit_staged_btree()
H A Dxfs_refcount_btree.c391 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_refcountbt_commit_staged_btree() local
395 agf->agf_refcount_root = cpu_to_be32(afake->af_root); in xfs_refcountbt_commit_staged_btree()
396 agf->agf_refcount_level = cpu_to_be32(afake->af_levels); in xfs_refcountbt_commit_staged_btree()
397 agf->agf_refcount_blocks = cpu_to_be32(afake->af_blocks); in xfs_refcountbt_commit_staged_btree()
H A Dxfs_rmap_btree.c686 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_rmapbt_commit_staged_btree() local
690 agf->agf_rmap_root = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree()
691 agf->agf_rmap_level = cpu_to_be32(afake->af_levels); in xfs_rmapbt_commit_staged_btree()
692 agf->agf_rmap_blocks = cpu_to_be32(afake->af_blocks); in xfs_rmapbt_commit_staged_btree()
H A Dxfs_btree_staging.h23 struct xbtree_afakeroot *afake);
H A Dxfs_btree.h288 struct xbtree_afakeroot *afake; /* for staging cursor */ member
H A Dxfs_btree.c1971 ptr->s = cpu_to_be32(cur->bc_ag.afake->af_root); in xfs_btree_init_ptr_from_cur()
3300 cur->bc_ag.afake->af_root = be32_to_cpu(ptr->s); in xfs_btree_set_root()
3301 cur->bc_ag.afake->af_levels += inc; in xfs_btree_set_root()
/linux/fs/xfs/scrub/
H A Dnewbt.h43 struct xbtree_afakeroot afake; member
H A Dialloc_repair.c661 xfs_btree_stage_afakeroot(ino_cur, &ri->new_inobt.afake); in xrep_ibt_build_new_trees()
681 xfs_btree_stage_afakeroot(fino_cur, &ri->new_finobt.afake); in xrep_ibt_build_new_trees()
H A Dalloc_repair.c739 xfs_btree_stage_afakeroot(bno_cur, &ra->new_bnobt.afake); in xrep_abt_build_new_trees()
742 xfs_btree_stage_afakeroot(cnt_cur, &ra->new_cntbt.afake); in xrep_abt_build_new_trees()
H A Drefcount_repair.c613 xfs_btree_stage_afakeroot(refc_cur, &rr->new_btree.afake); in xrep_refc_build_new_tree()
H A Drmap_repair.c1197 rmap_btblocks = rr->new_btree.afake.af_blocks - 1; in xrep_rmap_reset_counters()
1366 xfs_btree_stage_afakeroot(rmap_cur, &rr->new_btree.afake); in xrep_rmap_build_new_tree()