Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_btree_staging.c90 struct xbtree_afakeroot *afake; in xfs_btree_fakeroot_init_ptr_from_cur() local
94 afake = cur->bc_ag.afake; in xfs_btree_fakeroot_init_ptr_from_cur()
95 ptr->s = cpu_to_be32(afake->af_root); in xfs_btree_fakeroot_init_ptr_from_cur()
119 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_btree_afakeroot_set_root() local
122 afake->af_root = be32_to_cpu(ptr->s); in xfs_btree_afakeroot_set_root()
123 afake->af_levels += inc; in xfs_btree_afakeroot_set_root()
134 struct xbtree_afakeroot *afake) in xfs_btree_stage_afakeroot() argument
150 cur->bc_ag.afake = afake; in xfs_btree_stage_afakeroot()
151 cur->bc_nlevels = afake->af_levels; in xfs_btree_stage_afakeroot()
858 cur->bc_ag.afake->af_levels = cur->bc_nlevels; in xfs_btree_bload()
[all …]
A Dxfs_ialloc_btree.c480 struct xbtree_afakeroot *afake, in xfs_inobt_stage_cursor() argument
486 xfs_btree_stage_afakeroot(cur, afake); in xfs_inobt_stage_cursor()
501 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_inobt_commit_staged_btree() local
508 agi->agi_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
509 agi->agi_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree()
511 agi->agi_iblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()
518 agi->agi_free_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree()
519 agi->agi_free_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree()
521 agi->agi_fblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()
A Dxfs_refcount_btree.c373 struct xbtree_afakeroot *afake, in xfs_refcountbt_stage_cursor() argument
379 xfs_btree_stage_afakeroot(cur, afake); in xfs_refcountbt_stage_cursor()
394 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_refcountbt_commit_staged_btree() local
398 agf->agf_refcount_root = cpu_to_be32(afake->af_root); in xfs_refcountbt_commit_staged_btree()
399 agf->agf_refcount_level = cpu_to_be32(afake->af_levels); in xfs_refcountbt_commit_staged_btree()
400 agf->agf_refcount_blocks = cpu_to_be32(afake->af_blocks); in xfs_refcountbt_commit_staged_btree()
A Dxfs_rmap_btree.c491 struct xbtree_afakeroot *afake, in xfs_rmapbt_stage_cursor() argument
497 xfs_btree_stage_afakeroot(cur, afake); in xfs_rmapbt_stage_cursor()
512 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_rmapbt_commit_staged_btree() local
516 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree()
517 agf->agf_levels[cur->bc_btnum] = cpu_to_be32(afake->af_levels); in xfs_rmapbt_commit_staged_btree()
518 agf->agf_rmap_blocks = cpu_to_be32(afake->af_blocks); in xfs_rmapbt_commit_staged_btree()
A Dxfs_alloc_btree.c534 struct xbtree_afakeroot *afake, in xfs_allocbt_stage_cursor() argument
541 xfs_btree_stage_afakeroot(cur, afake); in xfs_allocbt_stage_cursor()
556 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_allocbt_commit_staged_btree() local
560 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree()
561 agf->agf_levels[cur->bc_btnum] = cpu_to_be32(afake->af_levels); in xfs_allocbt_commit_staged_btree()
A Dxfs_alloc_btree.h54 struct xbtree_afakeroot *afake, struct xfs_perag *pag,
A Dxfs_btree_staging.h23 struct xbtree_afakeroot *afake);
A Dxfs_refcount_btree.h52 struct xbtree_afakeroot *afake, struct xfs_perag *pag);
A Dxfs_rmap_btree.h48 struct xbtree_afakeroot *afake, struct xfs_perag *pag);
A Dxfs_ialloc_btree.h52 struct xbtree_afakeroot *afake, xfs_btnum_t btnum);
A Dxfs_btree.h183 struct xbtree_afakeroot *afake; /* for staging cursor */ member
/linux-6.3-rc2/fs/xfs/
A Dxfs_trace.h3981 __entry->agbno = cur->bc_ag.afake->af_root;
3982 __entry->levels = cur->bc_ag.afake->af_levels;
3983 __entry->blocks = cur->bc_ag.afake->af_blocks;

Completed in 29 milliseconds