Home
last modified time | relevance | path

Searched refs:is_fstree (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/fs/btrfs/
Ddelayed-ref.h275 if (skip_qgroup || !(is_fstree(root) && in btrfs_init_tree_ref()
276 (!mod_root || is_fstree(mod_root)))) in btrfs_init_tree_ref()
295 if (skip_qgroup || !(is_fstree(ref_root) && in btrfs_init_data_ref()
296 (!mod_root || is_fstree(mod_root)))) in btrfs_init_data_ref()
Dqgroup.c2634 return is_fstree(unode->val); in maybe_fs_roots()
3082 if (!is_fstree(ref_root)) in qgroup_reserve()
3165 if (!is_fstree(ref_root)) in btrfs_qgroup_free_refroot()
3724 !is_fstree(root->root_key.objectid) || len == 0) in qgroup_reserve_data()
3967 !is_fstree(root->root_key.objectid) || num_bytes == 0) in btrfs_qgroup_reserve_meta()
4008 !is_fstree(root->root_key.objectid)) in btrfs_qgroup_free_meta_all_pertrans()
4024 !is_fstree(root->root_key.objectid)) in __btrfs_qgroup_free_meta()
4089 !is_fstree(root->root_key.objectid)) in btrfs_qgroup_convert_reserved_meta()
4307 if (!is_fstree(root->root_key.objectid) || !root->reloc_root) in btrfs_qgroup_trace_subtree_after_cow()
Dtree-checker.c186 if (!is_fstree(btrfs_header_owner(leaf))) in check_prev_ino()
456 if (unlikely(!is_fstree(key->objectid) && !is_root_item)) { in check_root_key()
1882 const bool is_subvol = is_fstree(root_owner); in btrfs_check_eb_owner()
1924 if (unlikely(is_subvol != is_fstree(eb_owner))) { in btrfs_check_eb_owner()
Ddelayed-ref.c890 if (is_fstree(ref_root)) in init_delayed_ref_common()
Ddisk-io.c1218 if (is_fstree(objectid)) in btrfs_create_tree()
1455 if (is_fstree(root->root_key.objectid) && in btrfs_init_fs_root()
Dctree.h4051 static inline int is_fstree(u64 rootid) in is_fstree() function
Dioctl.c3804 if (!is_fstree(new_root->root_key.objectid)) { in btrfs_ioctl_default_subvol()
Dextent-tree.c5522 if (is_fstree(root->root_key.objectid)) { in walk_up_proc()