Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Ddelayed-ref.h299 if (skip_qgroup || !(is_fstree(root) && in btrfs_init_tree_ref()
300 (!mod_root || is_fstree(mod_root)))) in btrfs_init_tree_ref()
319 if (skip_qgroup || !(is_fstree(ref_root) && in btrfs_init_data_ref()
320 (!mod_root || is_fstree(mod_root)))) in btrfs_init_data_ref()
H A Dtree-checker.c191 if (!is_fstree(btrfs_header_owner(leaf))) in check_prev_ino()
457 !is_fstree(key->offset))) { in check_root_key()
475 if (unlikely(!is_fstree(key->objectid) && !is_root_item)) { in check_root_key()
1278 return is_fstree(rootid) || rootid == BTRFS_DATA_RELOC_TREE_OBJECTID || in is_valid_dref_root()
2084 const bool is_subvol = is_fstree(root_owner); in btrfs_check_eb_owner()
2126 if (unlikely(is_subvol != is_fstree(eb_owner))) { in btrfs_check_eb_owner()
H A Dqgroup.c1690 if (is_fstree(qgroupid) && qgroup_has_usage(qgroup)) { in btrfs_remove_qgroup()
2690 return is_fstree(unode->val); in maybe_fs_roots()
3161 if (!is_fstree(ref_root)) in qgroup_reserve()
3223 if (!is_fstree(ref_root)) in btrfs_qgroup_free_refroot()
3799 !is_fstree(root->root_key.objectid) || len == 0) in qgroup_reserve_data()
4047 !is_fstree(root->root_key.objectid) || num_bytes == 0) in btrfs_qgroup_reserve_meta()
4088 !is_fstree(root->root_key.objectid)) in btrfs_qgroup_free_meta_all_pertrans()
4104 !is_fstree(root->root_key.objectid)) in __btrfs_qgroup_free_meta()
4158 !is_fstree(root->root_key.objectid)) in btrfs_qgroup_convert_reserved_meta()
4379 if (!is_fstree(root->root_key.objectid) || !root->reloc_root) in btrfs_qgroup_trace_subtree_after_cow()
H A Dctree.h699 static inline int is_fstree(u64 rootid) in is_fstree() function
H A Ddisk-io.c884 if (is_fstree(objectid)) in btrfs_create_tree()
1104 is_fstree(root->root_key.objectid)) { in btrfs_init_fs_root()
1113 if (is_fstree(root->root_key.objectid) && in btrfs_init_fs_root()
1309 if (!is_fstree(objectid) && objectid != BTRFS_DATA_RELOC_TREE_OBJECTID) in btrfs_get_root_ref()
H A Ddelayed-ref.c874 if (is_fstree(ref_root)) in init_delayed_ref_common()
H A Dioctl.c2952 if (!is_fstree(new_root->root_key.objectid)) { in btrfs_ioctl_default_subvol()
3830 if (sa->create && is_fstree(sa->qgroupid)) { in btrfs_ioctl_qgroup_create()
H A Dextent-tree.c5538 if (is_fstree(root->root_key.objectid)) { in walk_up_proc()