/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A 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() 150 cur->bc_ag.afake in xfs_btree_stage_afakeroot() 132 xfs_btree_stage_afakeroot( struct xfs_btree_cur *cur, struct xbtree_afakeroot *afake) xfs_btree_stage_afakeroot() argument [all...] |
H A D | xfs_ialloc_btree.c | 481 struct xbtree_afakeroot *afake, in xfs_inobt_stage_cursor() 488 xfs_btree_stage_afakeroot(cur, afake); in xfs_inobt_stage_cursor() 503 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_inobt_commit_staged_btree() local 510 agi->agi_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree() 511 agi->agi_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree() 513 agi->agi_iblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree() 520 agi->agi_free_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree() 521 agi->agi_free_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree() 523 agi->agi_fblocks = cpu_to_be32(afake in xfs_inobt_commit_staged_btree() 479 xfs_inobt_stage_cursor( struct xfs_mount *mp, struct xbtree_afakeroot *afake, xfs_agnumber_t agno, xfs_btnum_t btnum) xfs_inobt_stage_cursor() argument [all...] |
H A D | xfs_rmap_btree.c | 494 struct xbtree_afakeroot *afake, in xfs_rmapbt_stage_cursor() 500 xfs_btree_stage_afakeroot(cur, afake); in xfs_rmapbt_stage_cursor() 515 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_rmapbt_commit_staged_btree() local 519 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree() 520 agf->agf_levels[cur->bc_btnum] = cpu_to_be32(afake->af_levels); in xfs_rmapbt_commit_staged_btree() 521 agf->agf_rmap_blocks = cpu_to_be32(afake->af_blocks); in xfs_rmapbt_commit_staged_btree() 492 xfs_rmapbt_stage_cursor( struct xfs_mount *mp, struct xbtree_afakeroot *afake, xfs_agnumber_t agno) xfs_rmapbt_stage_cursor() argument
|
H A D | xfs_refcount_btree.c | 363 struct xbtree_afakeroot *afake, in xfs_refcountbt_stage_cursor() 369 xfs_btree_stage_afakeroot(cur, afake); in xfs_refcountbt_stage_cursor() 384 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_refcountbt_commit_staged_btree() local 388 agf->agf_refcount_root = cpu_to_be32(afake->af_root); in xfs_refcountbt_commit_staged_btree() 389 agf->agf_refcount_level = cpu_to_be32(afake->af_levels); in xfs_refcountbt_commit_staged_btree() 390 agf->agf_refcount_blocks = cpu_to_be32(afake->af_blocks); in xfs_refcountbt_commit_staged_btree() 361 xfs_refcountbt_stage_cursor( struct xfs_mount *mp, struct xbtree_afakeroot *afake, xfs_agnumber_t agno) xfs_refcountbt_stage_cursor() argument
|
H A D | xfs_alloc_btree.c | 537 struct xbtree_afakeroot *afake, in xfs_allocbt_stage_cursor() 544 xfs_btree_stage_afakeroot(cur, afake); in xfs_allocbt_stage_cursor() 559 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_allocbt_commit_staged_btree() local 563 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree() 564 agf->agf_levels[cur->bc_btnum] = cpu_to_be32(afake->af_levels); in xfs_allocbt_commit_staged_btree() 535 xfs_allocbt_stage_cursor( struct xfs_mount *mp, struct xbtree_afakeroot *afake, xfs_agnumber_t agno, xfs_btnum_t btnum) xfs_allocbt_stage_cursor() argument
|
H A D | xfs_alloc_btree.h | 53 struct xbtree_afakeroot *afake, xfs_agnumber_t agno,
|
H A D | xfs_btree_staging.h | 23 struct xbtree_afakeroot *afake);
|
H A D | xfs_refcount_btree.h | 51 struct xbtree_afakeroot *afake, xfs_agnumber_t agno);
|
H A D | xfs_rmap_btree.h | 48 struct xbtree_afakeroot *afake, xfs_agnumber_t agno);
|
H A D | xfs_ialloc_btree.h | 52 struct xbtree_afakeroot *afake, xfs_agnumber_t agno,
|
H A D | xfs_btree.h | 185 struct xbtree_afakeroot *afake; /* for staging cursor */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A 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() 150 cur->bc_ag.afake in xfs_btree_stage_afakeroot() 132 xfs_btree_stage_afakeroot( struct xfs_btree_cur *cur, struct xbtree_afakeroot *afake) xfs_btree_stage_afakeroot() argument [all...] |
H A D | xfs_ialloc_btree.c | 498 struct xbtree_afakeroot *afake, in xfs_inobt_stage_cursor() 504 xfs_btree_stage_afakeroot(cur, afake); in xfs_inobt_stage_cursor() 519 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_inobt_commit_staged_btree() local 526 agi->agi_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree() 527 agi->agi_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree() 529 agi->agi_iblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree() 536 agi->agi_free_root = cpu_to_be32(afake->af_root); in xfs_inobt_commit_staged_btree() 537 agi->agi_free_level = cpu_to_be32(afake->af_levels); in xfs_inobt_commit_staged_btree() 539 agi->agi_fblocks = cpu_to_be32(afake in xfs_inobt_commit_staged_btree() 496 xfs_inobt_stage_cursor( struct xfs_perag *pag, struct xbtree_afakeroot *afake, xfs_btnum_t btnum) xfs_inobt_stage_cursor() argument [all...] |
H A D | xfs_refcount_btree.c | 382 struct xbtree_afakeroot *afake, in xfs_refcountbt_stage_cursor() 388 xfs_btree_stage_afakeroot(cur, afake); in xfs_refcountbt_stage_cursor() 403 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_refcountbt_commit_staged_btree() local 407 agf->agf_refcount_root = cpu_to_be32(afake->af_root); in xfs_refcountbt_commit_staged_btree() 408 agf->agf_refcount_level = cpu_to_be32(afake->af_levels); in xfs_refcountbt_commit_staged_btree() 409 agf->agf_refcount_blocks = cpu_to_be32(afake->af_blocks); in xfs_refcountbt_commit_staged_btree() 380 xfs_refcountbt_stage_cursor( struct xfs_mount *mp, struct xbtree_afakeroot *afake, struct xfs_perag *pag) xfs_refcountbt_stage_cursor() argument
|
H A D | xfs_rmap_btree.c | 541 struct xbtree_afakeroot *afake, in xfs_rmapbt_stage_cursor() 547 xfs_btree_stage_afakeroot(cur, afake); in xfs_rmapbt_stage_cursor() 562 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_rmapbt_commit_staged_btree() local 566 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_rmapbt_commit_staged_btree() 567 agf->agf_levels[cur->bc_btnum] = cpu_to_be32(afake->af_levels); in xfs_rmapbt_commit_staged_btree() 568 agf->agf_rmap_blocks = cpu_to_be32(afake->af_blocks); in xfs_rmapbt_commit_staged_btree() 539 xfs_rmapbt_stage_cursor( struct xfs_mount *mp, struct xbtree_afakeroot *afake, struct xfs_perag *pag) xfs_rmapbt_stage_cursor() argument
|
H A D | xfs_alloc_btree.c | 554 struct xbtree_afakeroot *afake, in xfs_allocbt_stage_cursor() 561 xfs_btree_stage_afakeroot(cur, afake); in xfs_allocbt_stage_cursor() 576 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_allocbt_commit_staged_btree() local 580 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(afake->af_root); in xfs_allocbt_commit_staged_btree() 581 agf->agf_levels[cur->bc_btnum] = cpu_to_be32(afake->af_levels); in xfs_allocbt_commit_staged_btree() 552 xfs_allocbt_stage_cursor( struct xfs_mount *mp, struct xbtree_afakeroot *afake, struct xfs_perag *pag, xfs_btnum_t btnum) xfs_allocbt_stage_cursor() argument
|
H A D | xfs_ialloc_btree.h | 52 struct xbtree_afakeroot *afake, xfs_btnum_t btnum);
|
H A D | xfs_alloc_btree.h | 54 struct xbtree_afakeroot *afake, struct xfs_perag *pag,
|
H A D | xfs_btree_staging.h | 23 struct xbtree_afakeroot *afake);
|
H A D | xfs_refcount_btree.h | 52 struct xbtree_afakeroot *afake, struct xfs_perag *pag);
|
H A D | xfs_rmap_btree.h | 48 struct xbtree_afakeroot *afake, struct xfs_perag *pag);
|
H A D | xfs_btree.h | 223 struct xbtree_afakeroot *afake; /* for staging cursor */ member
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trace.h | 3717 __entry->agbno = cur->bc_ag.afake->af_root; 3718 __entry->levels = cur->bc_ag.afake->af_levels; 3719 __entry->blocks = cur->bc_ag.afake->af_blocks;
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trace.h | 4092 __entry->agbno = cur->bc_ag.afake->af_root; 4093 __entry->levels = cur->bc_ag.afake->af_levels; 4094 __entry->blocks = cur->bc_ag.afake->af_blocks;
|