Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Ddelayed-ref.c972 if (btrfs_is_fstree(generic_ref->ref_root)) in init_delayed_ref_common()
1002 if (skip_qgroup || !(btrfs_is_fstree(generic_ref->ref_root) && in btrfs_init_tree_ref()
1003 (!mod_root || btrfs_is_fstree(mod_root)))) in btrfs_init_tree_ref()
1020 if (skip_qgroup || !(btrfs_is_fstree(generic_ref->ref_root) && in btrfs_init_data_ref()
1021 (!mod_root || btrfs_is_fstree(mod_root)))) in btrfs_init_data_ref()
H A Dqgroup.c515 if (btrfs_is_fstree(qgroup->qgroupid) && in btrfs_read_qgroup_config()
1891 if (!btrfs_is_fstree(subvolid) || !btrfs_qgroup_enabled(fs_info) || in btrfs_qgroup_cleanup_dropped_subvolume()
2927 return btrfs_is_fstree(unode->val); in maybe_fs_roots()
3603 if (!btrfs_is_fstree(ref_root)) in qgroup_reserve()
3663 if (!btrfs_is_fstree(ref_root)) in btrfs_qgroup_free_refroot()
4246 !btrfs_is_fstree(btrfs_root_id(root)) || len == 0) in qgroup_reserve_data()
4499 !btrfs_is_fstree(btrfs_root_id(root)) || num_bytes == 0) in btrfs_qgroup_reserve_meta()
4545 !btrfs_is_fstree(btrfs_root_id(root))) in btrfs_qgroup_free_meta_all_pertrans()
4560 !btrfs_is_fstree(btrfs_root_id(root))) in btrfs_qgroup_free_meta_prealloc()
4622 !btrfs_is_fstree(btrfs_root_id(root))) in btrfs_qgroup_convert_reserved_meta()
[all …]
H A Dtree-checker.c195 if (!btrfs_is_fstree(btrfs_header_owner(leaf))) in check_prev_ino()
479 !btrfs_is_fstree(key->offset))) { in check_root_key()
497 if (unlikely(!btrfs_is_fstree(key->objectid) && !is_root_item)) { in check_root_key()
1415 return btrfs_is_fstree(rootid) || rootid == BTRFS_DATA_RELOC_TREE_OBJECTID || in is_valid_dref_root()
2496 const bool is_subvol = btrfs_is_fstree(root_owner); in btrfs_check_eb_owner()
2538 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()
517 if (!btrfs_is_testing(fs_info) && btrfs_is_fstree(btrfs_root_id(root))) in add_extent_mapping()
1352 if (btrfs_is_fstree(btrfs_root_id(root))) in btrfs_extent_map_shrinker_worker()
H A Dctree.h731 static inline bool btrfs_is_fstree(u64 rootid) in btrfs_is_fstree() function
H A Dtree-mod-log.c196 if (btrfs_is_fstree(owner)) in skip_eb_logging()
H A Ddisk-io.c840 if (btrfs_is_fstree(objectid)) in btrfs_create_tree()
1060 btrfs_is_fstree(btrfs_root_id(root))) { in btrfs_init_fs_root()
1069 if (btrfs_is_fstree(btrfs_root_id(root)) && in btrfs_init_fs_root()
1275 if (!btrfs_is_fstree(objectid) && objectid != BTRFS_DATA_RELOC_TREE_OBJECTID) in btrfs_get_root_ref()
H A Dextent-tree.c1592 !href->is_data || !btrfs_is_fstree(root)) in free_head_ref_squota_rsv()
5167 if (btrfs_is_data_reloc_root(root) && btrfs_is_fstree(root->relocation_src_root)) in btrfs_alloc_reserved_file_extent()
6084 if (btrfs_is_fstree(btrfs_root_id(root))) { in walk_up_proc()
H A Dioctl.c2772 if (!btrfs_is_fstree(btrfs_root_id(new_root))) { in btrfs_ioctl_default_subvol()
3689 if (sa->create && btrfs_is_fstree(sa->qgroupid)) { in btrfs_ioctl_qgroup_create()
H A Drelocation.c2630 (!btrfs_is_fstree(block->owner) || in relocate_tree_blocks()
H A Dtree-log.c266 ASSERT(btrfs_is_fstree(btrfs_root_id(root)), "root_id=%llu", btrfs_root_id(root)); in btrfs_iget_logging()