Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Ddelayed-ref.c934 if (is_fstree(generic_ref->ref_root)) in init_delayed_ref_common()
964 if (skip_qgroup || !(is_fstree(generic_ref->ref_root) && in btrfs_init_tree_ref()
965 (!mod_root || is_fstree(mod_root)))) in btrfs_init_tree_ref()
982 if (skip_qgroup || !(is_fstree(generic_ref->ref_root) && in btrfs_init_data_ref()
983 (!mod_root || is_fstree(mod_root)))) in btrfs_init_data_ref()
H A Dqgroup.c479 if (is_fstree(qgroup->qgroupid) && in btrfs_read_qgroup_config()
2935 return is_fstree(unode->val); in maybe_fs_roots()
3592 if (!is_fstree(ref_root)) in qgroup_reserve()
3652 if (!is_fstree(ref_root)) in btrfs_qgroup_free_refroot()
4220 !is_fstree(btrfs_root_id(root)) || len == 0) in qgroup_reserve_data()
4471 !is_fstree(btrfs_root_id(root)) || num_bytes == 0) in btrfs_qgroup_reserve_meta()
4516 !is_fstree(btrfs_root_id(root))) in btrfs_qgroup_free_meta_all_pertrans()
4532 !is_fstree(btrfs_root_id(root))) in __btrfs_qgroup_free_meta()
4591 !is_fstree(btrfs_root_id(root))) in btrfs_qgroup_convert_reserved_meta()
4811 if (!is_fstree(btrfs_root_id(root)) || !root->reloc_root) in btrfs_qgroup_trace_subtree_after_cow()
[all …]
H A Dtree-checker.c194 if (!is_fstree(btrfs_header_owner(leaf))) in check_prev_ino()
478 !is_fstree(key->offset))) { in check_root_key()
496 if (unlikely(!is_fstree(key->objectid) && !is_root_item)) { in check_root_key()
1314 return is_fstree(rootid) || rootid == BTRFS_DATA_RELOC_TREE_OBJECTID || in is_valid_dref_root()
2170 const bool is_subvol = is_fstree(root_owner); in btrfs_check_eb_owner()
2212 if (unlikely(is_subvol != is_fstree(eb_owner))) { in btrfs_check_eb_owner()
H A Dextent_map.c87 if (!btrfs_is_testing(fs_info) && is_fstree(btrfs_root_id(inode->root))) in remove_em()
505 if (!btrfs_is_testing(fs_info) && is_fstree(btrfs_root_id(root))) in add_extent_mapping()
1341 if (is_fstree(btrfs_root_id(root))) in btrfs_extent_map_shrinker_worker()
H A Dctree.h730 static inline int is_fstree(u64 rootid) in is_fstree() function
H A Ddisk-io.c895 if (is_fstree(objectid)) in btrfs_create_tree()
1115 is_fstree(btrfs_root_id(root))) { in btrfs_init_fs_root()
1124 if (is_fstree(btrfs_root_id(root)) && in btrfs_init_fs_root()
1326 if (!is_fstree(objectid) && objectid != BTRFS_DATA_RELOC_TREE_OBJECTID) in btrfs_get_root_ref()
H A Dextent-tree.c1546 !href->is_data || !is_fstree(root)) in free_head_ref_squota_rsv()
4926 if (btrfs_is_data_reloc_root(root) && is_fstree(root->relocation_src_root)) in btrfs_alloc_reserved_file_extent()
5845 if (is_fstree(btrfs_root_id(root))) { in walk_up_proc()
H A Dioctl.c2896 if (!is_fstree(btrfs_root_id(new_root))) { in btrfs_ioctl_default_subvol()
3839 if (sa->create && is_fstree(sa->qgroupid)) { in btrfs_ioctl_qgroup_create()
H A Drelocation.c2620 (!is_fstree(block->owner) || in relocate_tree_blocks()