Searched refs:xb_root (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | bitmap.c | 60 for ((bn) = rb_entry_safe(rb_first(&(bitmap)->xb_root.rb_root), \ 77 while ((bn = xbitmap_tree_iter_first(&bitmap->xb_root, start, last))) { in xbitmap_clear() 82 xbitmap_tree_remove(bn, &bitmap->xb_root); in xbitmap_clear() 84 xbitmap_tree_insert(bn, &bitmap->xb_root); in xbitmap_clear() 93 xbitmap_tree_insert(new_bn, &bitmap->xb_root); in xbitmap_clear() 96 xbitmap_tree_remove(bn, &bitmap->xb_root); in xbitmap_clear() 98 xbitmap_tree_insert(bn, &bitmap->xb_root); in xbitmap_clear() 101 xbitmap_tree_remove(bn, &bitmap->xb_root); in xbitmap_clear() 103 xbitmap_tree_insert(bn, &bitmap->xb_root); in xbitmap_clear() 107 xbitmap_tree_remove(bn, &bitmap->xb_root); in xbitmap_clear() [all...] |
H A D | bitmap.h | 10 struct rb_root_cached xb_root; member
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs2_fs.h | 1086 struct ocfs2_xattr_tree_root xb_root;/* xattr tree root if this member 1409 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb() 1556 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb()
|
H A D | xattr.c | 2917 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block() 3204 &xb->xb_attrs.xb_root.xt_list; in ocfs2_calc_xattr_set_need() 3683 * el must be the ocfs2_xattr_header.xb_attrs.xb_root.xt_list. 3932 struct ocfs2_xattr_tree_root *xb_root = &xb->xb_attrs.xb_root; in ocfs2_xattr_index_block_find() local 3933 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find() 4088 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block() 4345 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block() 5276 struct ocfs2_xattr_tree_root *xb_root = &xb->xb_attrs.xb_root; in ocfs2_add_new_xattr_bucket() local [all...] |
H A D | alloc.c | 294 et->et_root_el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_xattr_tree_fill_root_el() 308 struct ocfs2_xattr_tree_root *xt = &xb->xb_attrs.xb_root; in ocfs2_xattr_tree_set_last_eb_blk() 316 struct ocfs2_xattr_tree_root *xt = &xb->xb_attrs.xb_root; in ocfs2_xattr_tree_get_last_eb_blk() 326 le32_add_cpu(&xb->xb_attrs.xb_root.xt_clusters, clusters); in ocfs2_xattr_tree_update_clusters()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ocfs2_fs.h | 1084 struct ocfs2_xattr_tree_root xb_root;/* xattr tree root if this member 1407 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb() 1554 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb()
|
H A D | xattr.c | 2911 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block() 3198 &xb->xb_attrs.xb_root.xt_list; in ocfs2_calc_xattr_set_need() 3677 * el must be the ocfs2_xattr_header.xb_attrs.xb_root.xt_list. 3926 struct ocfs2_xattr_tree_root *xb_root = &xb->xb_attrs.xb_root; in ocfs2_xattr_index_block_find() local 3927 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find() 4082 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block() 4339 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block() 5270 struct ocfs2_xattr_tree_root *xb_root = &xb->xb_attrs.xb_root; in ocfs2_add_new_xattr_bucket() local [all...] |
H A D | alloc.c | 292 et->et_root_el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_xattr_tree_fill_root_el() 306 struct ocfs2_xattr_tree_root *xt = &xb->xb_attrs.xb_root; in ocfs2_xattr_tree_set_last_eb_blk() 314 struct ocfs2_xattr_tree_root *xt = &xb->xb_attrs.xb_root; in ocfs2_xattr_tree_get_last_eb_blk() 324 le32_add_cpu(&xb->xb_attrs.xb_root.xt_clusters, clusters); in ocfs2_xattr_tree_update_clusters()
|
Completed in 40 milliseconds