Home
last modified time | relevance | path

Searched refs:btrfs_is_fstree (Results 1 – 10 of 10) sorted by relevance

/linux/fs/btrfs/
H A Ddelayed-ref.c931 if (btrfs_is_fstree(generic_ref->ref_root)) in init_delayed_ref_common()
961 if (skip_qgroup || !(btrfs_is_fstree(generic_ref->ref_root) && in btrfs_init_tree_ref()
962 (!mod_root || btrfs_is_fstree(mod_root)))) in btrfs_init_tree_ref()
979 if (skip_qgroup || !(btrfs_is_fstree(generic_ref->ref_root) && in btrfs_init_data_ref()
980 (!mod_root || btrfs_is_fstree(mod_root)))) in btrfs_init_data_ref()
H A Dqgroup.c479 if (btrfs_is_fstree(qgroup->qgroupid) && in btrfs_read_qgroup_config()
1854 if (!btrfs_is_fstree(subvolid) || !btrfs_qgroup_enabled(fs_info) || in btrfs_qgroup_cleanup_dropped_subvolume()
2909 return btrfs_is_fstree(unode->val); in maybe_fs_roots()
3569 if (!btrfs_is_fstree(ref_root)) in qgroup_reserve()
3629 if (!btrfs_is_fstree(ref_root)) in btrfs_qgroup_free_refroot()
4206 !btrfs_is_fstree(btrfs_root_id(root)) || len == 0) in qgroup_reserve_data()
4459 !btrfs_is_fstree(btrfs_root_id(root)) || num_bytes == 0) in btrfs_qgroup_reserve_meta()
4504 !btrfs_is_fstree(btrfs_root_id(root))) in btrfs_qgroup_free_meta_all_pertrans()
4520 !btrfs_is_fstree(btrfs_root_id(root))) in __btrfs_qgroup_free_meta()
4579 !btrfs_is_fstree(btrfs_root_id(root))) in btrfs_qgroup_convert_reserved_meta()
[all …]
H A Dtree-checker.c194 if (!btrfs_is_fstree(btrfs_header_owner(leaf))) in check_prev_ino()
478 !btrfs_is_fstree(key->offset))) { in check_root_key()
496 if (unlikely(!btrfs_is_fstree(key->objectid) && !is_root_item)) { in check_root_key()
1314 return btrfs_is_fstree(rootid) || rootid == BTRFS_DATA_RELOC_TREE_OBJECTID || in is_valid_dref_root()
2170 const bool is_subvol = btrfs_is_fstree(root_owner); in btrfs_check_eb_owner()
2212 if (unlikely(is_subvol != btrfs_is_fstree(eb_owner))) { in btrfs_check_eb_owner()
H A Dextent_map.c87 if (!btrfs_is_testing(fs_info) && btrfs_is_fstree(btrfs_root_id(inode->root))) in remove_em()
505 if (!btrfs_is_testing(fs_info) && btrfs_is_fstree(btrfs_root_id(root))) in add_extent_mapping()
1340 if (btrfs_is_fstree(btrfs_root_id(root))) in btrfs_extent_map_shrinker_worker()
H A Dctree.h724 static inline bool btrfs_is_fstree(u64 rootid) in btrfs_is_fstree() function
H A Ddisk-io.c887 if (btrfs_is_fstree(objectid)) in btrfs_create_tree()
1107 btrfs_is_fstree(btrfs_root_id(root))) { in btrfs_init_fs_root()
1116 if (btrfs_is_fstree(btrfs_root_id(root)) && in btrfs_init_fs_root()
1320 if (!btrfs_is_fstree(objectid) && objectid != BTRFS_DATA_RELOC_TREE_OBJECTID) in btrfs_get_root_ref()
H A Dextent-tree.c1548 !href->is_data || !btrfs_is_fstree(root)) in free_head_ref_squota_rsv()
4967 if (btrfs_is_data_reloc_root(root) && btrfs_is_fstree(root->relocation_src_root)) in btrfs_alloc_reserved_file_extent()
5891 if (btrfs_is_fstree(btrfs_root_id(root))) { in walk_up_proc()
H A Dioctl.c2895 if (!btrfs_is_fstree(btrfs_root_id(new_root))) { in btrfs_ioctl_default_subvol()
3814 if (sa->create && btrfs_is_fstree(sa->qgroupid)) { in btrfs_ioctl_qgroup_create()
H A Drelocation.c2647 (!btrfs_is_fstree(block->owner) || in relocate_tree_blocks()
H A Dtree-log.c147 ASSERT(btrfs_is_fstree(btrfs_root_id(root))); in btrfs_iget_logging()