Home
last modified time | relevance | path

Searched refs:afake (Results 1 – 14 of 14) 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()
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()
H A Dxfs_ialloc_btree.c533 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_inobt_commit_staged_btree() local
540 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()
H A Dxfs_alloc_btree.c542 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_allocbt_commit_staged_btree() local
547 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()
H A Dxfs_refcount_btree.c392 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_refcountbt_commit_staged_btree() local
396 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()
H A Dxfs_rmap_btree.c707 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_rmapbt_commit_staged_btree() local
711 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()
H A Dxfs_btree_staging.h23 struct xbtree_afakeroot *afake);
H A Dxfs_btree.h269 struct xbtree_afakeroot *afake; /* for staging cursor */ member
H A 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()
3207 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 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 Dialloc_repair.c667 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()
H A Drefcount_repair.c614 xfs_btree_stage_afakeroot(refc_cur, &rr->new_btree.afake); in xrep_refc_build_new_tree()
H A Drmap_repair.c1130 rmap_btblocks = rr->new_btree.afake.af_blocks - 1; in xrep_rmap_reserve_space()
1300 xfs_btree_stage_afakeroot(rmap_cur, &rr->new_btree.afake); in xrep_rmap_build_new_tree()
/linux/fs/xfs/
H A Dxfs_trace.h4340 __entry->agbno = cur->bc_ag.afake->af_root;
4341 __entry->levels = cur->bc_ag.afake->af_levels;
4342 __entry->blocks = cur->bc_ag.afake->af_blocks;