Searched refs:afake (Results 1 – 12 of 12) 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()793 cur->bc_ag.afake->af_root = be32_to_cpu(ptr.s); in xfs_btree_bload()794 cur->bc_ag.afake->af_levels = cur->bc_nlevels; in xfs_btree_bload()795 cur->bc_ag.afake->af_blocks = total_blocks; in xfs_btree_bload()
533 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_inobt_commit_staged_btree() local540 agi->agi_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()541 agi->agi_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree()543 agi->agi_iblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()550 agi->agi_free_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()551 agi->agi_free_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree()553 agi->agi_fblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()
542 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_allocbt_commit_staged_btree() local547 agf->agf_bno_root = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()548 agf->agf_bno_level = cpu_to_be32(afake->af_levels); in xfs_allocbt_commit_staged_btree()550 agf->agf_cnt_root = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()551 agf->agf_cnt_level = cpu_to_be32(afake->af_levels); in xfs_allocbt_commit_staged_btree()
392 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_refcountbt_commit_staged_btree() local396 agf->agf_refcount_root = cpu_to_be32(afake->af_root); in xfs_refcountbt_commit_staged_btree()397 agf->agf_refcount_level = cpu_to_be32(afake->af_levels); in xfs_refcountbt_commit_staged_btree()398 agf->agf_refcount_blocks = cpu_to_be32(afake->af_blocks); in xfs_refcountbt_commit_staged_btree()
707 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_rmapbt_commit_staged_btree() local711 agf->agf_rmap_root = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree()712 agf->agf_rmap_level = cpu_to_be32(afake->af_levels); in xfs_rmapbt_commit_staged_btree()713 agf->agf_rmap_blocks = cpu_to_be32(afake->af_blocks); in xfs_rmapbt_commit_staged_btree()
23 struct xbtree_afakeroot *afake);
269 struct xbtree_afakeroot *afake; /* for staging cursor */ member
1973 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()3207 cur->bc_ag.afake->af_levels += inc; in xfs_btree_set_root()
43 struct xbtree_afakeroot afake; member
667 xfs_btree_stage_afakeroot(ino_cur, &ri->new_inobt.afake); in xrep_ibt_build_new_trees()688 xfs_btree_stage_afakeroot(fino_cur, &ri->new_finobt.afake); in xrep_ibt_build_new_trees()
614 xfs_btree_stage_afakeroot(refc_cur, &rr->new_btree.afake); in xrep_refc_build_new_tree()
4335 __entry->agbno = cur->bc_ag.afake->af_root;4336 __entry->levels = cur->bc_ag.afake->af_levels;4337 __entry->blocks = cur->bc_ag.afake->af_blocks;