Searched refs:broot (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_rtrefcount_btree.c | 289 struct xfs_btree_block *broot, in xfs_rtrefcountbt_move_ptrs() argument 309 struct xfs_btree_block *broot; in xfs_rtrefcountbt_broot_realloc() local 336 broot = xfs_broot_realloc(ifp, new_size); in xfs_rtrefcountbt_broot_realloc() 359 broot = xfs_broot_realloc(ifp, new_size); in xfs_rtrefcountbt_broot_realloc() 362 ASSERT(xfs_rtrefcount_droot_space(broot) <= in xfs_rtrefcountbt_broot_realloc() 364 return broot; in xfs_rtrefcountbt_broot_realloc() 635 struct xfs_btree_block *broot; in xfs_iformat_rtrefcount() local 662 if (broot) in xfs_iformat_rtrefcount() 743 struct xfs_btree_block *broot; in xfs_rtrefcountbt_create() local 750 broot = xfs_broot_realloc(ifp, in xfs_rtrefcountbt_create() [all …]
|
| H A D | xfs_rtrmap_btree.c | 411 struct xfs_btree_block *broot, in xfs_rtrmapbt_move_ptrs() argument 431 struct xfs_btree_block *broot; in xfs_rtrmapbt_broot_realloc() local 458 broot = xfs_broot_realloc(ifp, new_size); in xfs_rtrmapbt_broot_realloc() 481 broot = xfs_broot_realloc(ifp, new_size); in xfs_rtrmapbt_broot_realloc() 484 ASSERT(xfs_rtrmap_droot_space(broot) <= in xfs_rtrmapbt_broot_realloc() 486 return broot; in xfs_rtrmapbt_broot_realloc() 892 struct xfs_btree_block *broot; in xfs_iformat_rtrmap() local 918 if (broot) in xfs_iformat_rtrmap() 919 xfs_rtrmapbt_from_disk(ip, dfp, dsize, broot); in xfs_iformat_rtrmap() 995 struct xfs_btree_block *broot; in xfs_rtrmapbt_create() local [all …]
|
| H A D | xfs_bmap_btree.c | 522 struct xfs_btree_block *broot, in xfs_bmbt_move_ptrs() argument 530 sptr = xfs_bmap_broot_ptr_addr(mp, broot, 1, old_size); in xfs_bmbt_move_ptrs() 531 dptr = xfs_bmap_broot_ptr_addr(mp, broot, 1, new_size); in xfs_bmbt_move_ptrs() 560 struct xfs_btree_block *broot; in xfs_bmap_broot_realloc() local 595 broot = xfs_broot_realloc(ifp, new_size); in xfs_bmap_broot_realloc() 596 ASSERT(xfs_bmap_bmdr_space(broot) <= in xfs_bmap_broot_realloc() 598 xfs_bmbt_move_ptrs(mp, broot, old_size, new_size, old_numrecs); in xfs_bmap_broot_realloc() 599 return broot; in xfs_bmap_broot_realloc() 614 broot = xfs_broot_realloc(ifp, new_size); in xfs_bmap_broot_realloc() 615 ASSERT(xfs_bmap_bmdr_space(broot) <= in xfs_bmap_broot_realloc() [all …]
|
| H A D | xfs_inode_fork.c | 183 struct xfs_btree_block *broot; in xfs_iformat_btree() local 216 broot = xfs_broot_alloc(ifp, size); in xfs_iformat_btree() 222 broot, size); in xfs_iformat_btree()
|
| H A D | xfs_btree.c | 3104 struct xfs_btree_block *broot; in xfs_btree_promote_leaf_iroot() local 3129 broot = cur->bc_ops->broot_realloc(cur, 1); in xfs_btree_promote_leaf_iroot() 3130 xfs_btree_init_block(cur->bc_mp, broot, cur->bc_ops, in xfs_btree_promote_leaf_iroot() 3133 pp = xfs_btree_ptr_addr(cur, 1, broot); in xfs_btree_promote_leaf_iroot() 3134 kp = xfs_btree_key_addr(cur, 1, broot); in xfs_btree_promote_leaf_iroot() 3810 struct xfs_btree_block *broot; in xfs_btree_demote_leaf_child() local 3827 broot = cur->bc_ops->broot_realloc(cur, numrecs); in xfs_btree_demote_leaf_child() 3828 xfs_btree_init_block(cur->bc_mp, broot, cur->bc_ops, 0, numrecs, in xfs_btree_demote_leaf_child() 3831 rp = xfs_btree_rec_addr(cur, 1, broot); in xfs_btree_demote_leaf_child()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | refcounted_kptr.c | 49 private(C) struct bpf_rb_root broot __contains(node_data, r); 468 bpf_rbtree_add(&broot, &n->r, less); in rbtree_wrong_owner_remove_fail_b()
|