Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dtree-checker.c195 if (!btrfs_is_fstree(btrfs_header_owner(leaf))) in check_prev_ino()
506 !btrfs_is_fstree(key->offset))) { in check_root_key()
524 if (unlikely(!btrfs_is_fstree(key->objectid) && !is_root_item)) { in check_root_key()
1473 return btrfs_is_fstree(rootid) || rootid == BTRFS_DATA_RELOC_TREE_OBJECTID || in is_valid_dref_root()
1912 if (unlikely(btrfs_is_fstree(btrfs_header_owner(leaf)) && in check_inode_ref()
1965 const bool is_fstree = btrfs_is_fstree(btrfs_header_owner(leaf)); in check_inode_extref()
2664 const bool is_subvol = btrfs_is_fstree(root_owner); in btrfs_check_eb_owner()
2706 if (unlikely(is_subvol != btrfs_is_fstree(eb_owner))) { in btrfs_check_eb_owner()
H A Dqgroup.c514 if (btrfs_is_fstree(qgroup->qgroupid) && in btrfs_read_qgroup_config()
1909 if (!btrfs_is_fstree(subvolid) || !btrfs_qgroup_enabled(fs_info) || in btrfs_qgroup_cleanup_dropped_subvolume()
2945 return btrfs_is_fstree(unode->val); in maybe_fs_roots()
3621 if (!btrfs_is_fstree(ref_root)) in qgroup_reserve()
3681 if (!btrfs_is_fstree(ref_root)) in btrfs_qgroup_free_refroot()
4264 !btrfs_is_fstree(btrfs_root_id(root)) || len == 0) in qgroup_reserve_data()
4521 !btrfs_is_fstree(btrfs_root_id(root)) || num_bytes == 0) in btrfs_qgroup_reserve_meta()
4567 !btrfs_is_fstree(btrfs_root_id(root))) in btrfs_qgroup_free_meta_all_pertrans()
4582 !btrfs_is_fstree(btrfs_root_id(root))) in btrfs_qgroup_free_meta_prealloc()
4644 !btrfs_is_fstree(btrfs_root_id(root))) in btrfs_qgroup_convert_reserved_meta()
[all …]
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()
1354 if (btrfs_is_fstree(btrfs_root_id(root))) in btrfs_extent_map_shrinker_worker()
H A Dctree.h727 static inline bool btrfs_is_fstree(u64 rootid) in btrfs_is_fstree() function
H A Ddisk-io.c864 if (btrfs_is_fstree(objectid)) in btrfs_create_tree()
1084 btrfs_is_fstree(btrfs_root_id(root))) { in btrfs_init_fs_root()
1093 if (btrfs_is_fstree(btrfs_root_id(root)) && in btrfs_init_fs_root()
1299 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()
5173 if (btrfs_is_data_reloc_root(root) && btrfs_is_fstree(root->relocation_src_root)) in btrfs_alloc_reserved_file_extent()
6097 if (btrfs_is_fstree(btrfs_root_id(root))) { in walk_up_proc()
H A Dioctl.c2829 if (!btrfs_is_fstree(btrfs_root_id(new_root))) { in btrfs_ioctl_default_subvol()
3737 if (sa->create && btrfs_is_fstree(sa->qgroupid)) { in btrfs_ioctl_qgroup_create()
H A Drelocation.c2758 (!btrfs_is_fstree(block->owner) || in relocate_tree_blocks()
H A Dtree-log.c255 ASSERT(btrfs_is_fstree(btrfs_root_id(root)), "root_id=%llu", btrfs_root_id(root)); in btrfs_iget_logging()