Searched refs:afake (Results 1 – 12 of 12) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_btree_staging.c | 90 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() 855 cur->bc_ag.afake->af_root = be32_to_cpu(ptr.s); in xfs_btree_bload() [all …]
|
D | xfs_ialloc_btree.c | 483 struct xbtree_afakeroot *afake, in xfs_inobt_stage_cursor() argument 490 xfs_btree_stage_afakeroot(cur, afake); in xfs_inobt_stage_cursor() 505 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_inobt_commit_staged_btree() local 512 agi->agi_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree() 513 agi->agi_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree() 515 agi->agi_iblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree() 522 agi->agi_free_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree() 523 agi->agi_free_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree() 525 agi->agi_fblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()
|
D | xfs_refcount_btree.c | 365 struct xbtree_afakeroot *afake, in xfs_refcountbt_stage_cursor() argument 371 xfs_btree_stage_afakeroot(cur, afake); in xfs_refcountbt_stage_cursor() 386 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_refcountbt_commit_staged_btree() local 390 agf->agf_refcount_root = cpu_to_be32(afake->af_root); in xfs_refcountbt_commit_staged_btree() 391 agf->agf_refcount_level = cpu_to_be32(afake->af_levels); in xfs_refcountbt_commit_staged_btree() 392 agf->agf_refcount_blocks = cpu_to_be32(afake->af_blocks); in xfs_refcountbt_commit_staged_btree()
|
D | xfs_rmap_btree.c | 492 struct xbtree_afakeroot *afake, in xfs_rmapbt_stage_cursor() argument 498 xfs_btree_stage_afakeroot(cur, afake); in xfs_rmapbt_stage_cursor() 513 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_rmapbt_commit_staged_btree() local 517 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree() 518 agf->agf_levels[cur->bc_btnum] = cpu_to_be32(afake->af_levels); in xfs_rmapbt_commit_staged_btree() 519 agf->agf_rmap_blocks = cpu_to_be32(afake->af_blocks); in xfs_rmapbt_commit_staged_btree()
|
D | xfs_alloc_btree.c | 536 struct xbtree_afakeroot *afake, in xfs_allocbt_stage_cursor() argument 543 xfs_btree_stage_afakeroot(cur, afake); in xfs_allocbt_stage_cursor() 558 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_allocbt_commit_staged_btree() local 562 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree() 563 agf->agf_levels[cur->bc_btnum] = cpu_to_be32(afake->af_levels); in xfs_allocbt_commit_staged_btree()
|
D | xfs_alloc_btree.h | 54 struct xbtree_afakeroot *afake, struct xfs_perag *pag,
|
D | xfs_btree_staging.h | 23 struct xbtree_afakeroot *afake);
|
D | xfs_refcount_btree.h | 52 struct xbtree_afakeroot *afake, struct xfs_perag *pag);
|
D | xfs_rmap_btree.h | 48 struct xbtree_afakeroot *afake, struct xfs_perag *pag);
|
D | xfs_ialloc_btree.h | 53 struct xbtree_afakeroot *afake, struct xfs_perag *pag,
|
D | xfs_btree.h | 187 struct xbtree_afakeroot *afake; /* for staging cursor */ member
|
/fs/xfs/ |
D | xfs_trace.h | 3854 __entry->agbno = cur->bc_ag.afake->af_root; 3855 __entry->levels = cur->bc_ag.afake->af_levels; 3856 __entry->blocks = cur->bc_ag.afake->af_blocks;
|