Searched refs:afake (Results 1 – 13 of 13) sorted by relevance
61 struct xbtree_afakeroot *afake) in xfs_btree_stage_afakeroot() argument67 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()
534 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_inobt_commit_staged_btree() local541 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()
534 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_allocbt_commit_staged_btree() local539 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()
391 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_refcountbt_commit_staged_btree() local395 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()
686 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_rmapbt_commit_staged_btree() local690 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()
23 struct xbtree_afakeroot *afake);
288 struct xbtree_afakeroot *afake; /* for staging cursor */ member
1971 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()
43 struct xbtree_afakeroot afake; member
661 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()
739 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()
613 xfs_btree_stage_afakeroot(refc_cur, &rr->new_btree.afake); in xrep_refc_build_new_tree()
1197 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()