Searched refs:broot (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtrefcount_btree.c | 289 struct xfs_btree_block *broot, in xfs_rtrefcountbt_move_ptrs() argument 297 sptr = xfs_rtrefcount_broot_ptr_addr(mp, broot, 1, old_size); in xfs_rtrefcountbt_move_ptrs() 298 dptr = xfs_rtrefcount_broot_ptr_addr(mp, broot, 1, new_size); in xfs_rtrefcountbt_move_ptrs() 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() 338 xfs_rtrefcountbt_move_ptrs(mp, broot, old_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 [all …]
|
| H A D | xfs_rtrmap_btree.c | 390 struct xfs_btree_block *broot, in xfs_rtrmapbt_move_ptrs() argument 398 sptr = xfs_rtrmap_broot_ptr_addr(mp, broot, 1, old_size); in xfs_rtrmapbt_move_ptrs() 399 dptr = xfs_rtrmap_broot_ptr_addr(mp, broot, 1, new_size); in xfs_rtrmapbt_move_ptrs() 410 struct xfs_btree_block *broot; in xfs_rtrmapbt_broot_realloc() local 437 broot = xfs_broot_realloc(ifp, new_size); in xfs_rtrmapbt_broot_realloc() 439 xfs_rtrmapbt_move_ptrs(mp, broot, old_size, new_size, in xfs_rtrmapbt_broot_realloc() 460 broot = xfs_broot_realloc(ifp, new_size); in xfs_rtrmapbt_broot_realloc() 463 ASSERT(xfs_rtrmap_droot_space(broot) <= in xfs_rtrmapbt_broot_realloc() 465 return broot; in xfs_rtrmapbt_broot_realloc() 871 struct xfs_btree_block *broot; in xfs_iformat_rtrmap() local [all …]
|
| H A D | xfs_bmap_btree.c | 510 struct xfs_btree_block *broot, in xfs_bmbt_move_ptrs() argument 518 sptr = xfs_bmap_broot_ptr_addr(mp, broot, 1, old_size); in xfs_bmbt_move_ptrs() 519 dptr = xfs_bmap_broot_ptr_addr(mp, broot, 1, new_size); in xfs_bmbt_move_ptrs() 548 struct xfs_btree_block *broot; in xfs_bmap_broot_realloc() local 583 broot = xfs_broot_realloc(ifp, new_size); in xfs_bmap_broot_realloc() 584 ASSERT(xfs_bmap_bmdr_space(broot) <= in xfs_bmap_broot_realloc() 586 xfs_bmbt_move_ptrs(mp, broot, old_size, new_size, old_numrecs); in xfs_bmap_broot_realloc() 587 return broot; in xfs_bmap_broot_realloc() 602 broot = xfs_broot_realloc(ifp, new_size); in xfs_bmap_broot_realloc() 603 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 | 3105 struct xfs_btree_block *broot; in xfs_btree_promote_leaf_iroot() local 3130 broot = cur->bc_ops->broot_realloc(cur, 1); in xfs_btree_promote_leaf_iroot() 3131 xfs_btree_init_block(cur->bc_mp, broot, cur->bc_ops, in xfs_btree_promote_leaf_iroot() 3134 pp = xfs_btree_ptr_addr(cur, 1, broot); in xfs_btree_promote_leaf_iroot() 3135 kp = xfs_btree_key_addr(cur, 1, broot); in xfs_btree_promote_leaf_iroot() 3811 struct xfs_btree_block *broot; in xfs_btree_demote_leaf_child() local 3828 broot = cur->bc_ops->broot_realloc(cur, numrecs); in xfs_btree_demote_leaf_child() 3829 xfs_btree_init_block(cur->bc_mp, broot, cur->bc_ops, 0, numrecs, in xfs_btree_demote_leaf_child() 3832 rp = xfs_btree_rec_addr(cur, 1, broot); in xfs_btree_demote_leaf_child()
|
| /linux/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()
|