Home
last modified time | relevance | path

Searched refs:xb_root (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dbitmap.c63 for ((bn) = rb_entry_safe(rb_first(&(bitmap)->xb_root.rb_root), \ in INTERVAL_TREE_DEFINE()
80 while ((bn = xbitmap64_tree_iter_first(&bitmap->xb_root, start, last))) {
85 xbitmap64_tree_remove(bn, &bitmap->xb_root);
87 xbitmap64_tree_insert(bn, &bitmap->xb_root);
96 xbitmap64_tree_insert(new_bn, &bitmap->xb_root);
99 xbitmap64_tree_remove(bn, &bitmap->xb_root);
101 xbitmap64_tree_insert(bn, &bitmap->xb_root);
104 xbitmap64_tree_remove(bn, &bitmap->xb_root);
106 xbitmap64_tree_insert(bn, &bitmap->xb_root);
110 xbitmap64_tree_remove(bn, &bitmap->xb_root);
[all …]
Dbitmap.h12 struct rb_root_cached xb_root; member
40 struct rb_root_cached xb_root; member
/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h1085 struct ocfs2_xattr_tree_root xb_root;/* xattr tree root if this member
1408 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb()
1555 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb()
Dxattr.c2919 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block()
3206 &xb->xb_attrs.xb_root.xt_list; in ocfs2_calc_xattr_set_need()
3934 struct ocfs2_xattr_tree_root *xb_root = &xb->xb_attrs.xb_root; in ocfs2_xattr_index_block_find() local
3935 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find()
4090 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block()
4338 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block()
5269 struct ocfs2_xattr_tree_root *xb_root = &xb->xb_attrs.xb_root; in ocfs2_add_new_xattr_bucket() local
5270 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_add_new_xattr_bucket()
5482 le32_add_cpu(&xb->xb_attrs.xb_root.xt_clusters, -len); in ocfs2_rm_xattr_cluster()
Dalloc.c292 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()