Searched refs:broot (Results 1 – 3 of 3) 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() 638 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() 873 struct xfs_btree_block *broot; in xfs_iformat_rtrmap() local [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | refcounted_kptr.c | 65 private(C) struct bpf_rb_root broot __contains(node_data, r); 950 bpf_rbtree_add(&broot, &n->r, less); in rbtree_wrong_owner_remove_fail_b()
|