Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Duuid-tree.c26 static int btrfs_uuid_tree_lookup(struct btrfs_root *uuid_root, const u8 *uuid, in btrfs_uuid_tree_lookup() argument
37 if (WARN_ON_ONCE(!uuid_root)) in btrfs_uuid_tree_lookup()
45 ret = btrfs_search_slot(NULL, uuid_root, &key, path, 0, 0); in btrfs_uuid_tree_lookup()
58 btrfs_warn(uuid_root->fs_info, in btrfs_uuid_tree_lookup()
82 struct btrfs_root *uuid_root = fs_info->uuid_root; in btrfs_uuid_tree_add() local
91 ret = btrfs_uuid_tree_lookup(uuid_root, uuid, type, subid_cpu); in btrfs_uuid_tree_add()
101 ret = btrfs_insert_empty_item(trans, uuid_root, path, &key, in btrfs_uuid_tree_add()
134 struct btrfs_root *uuid_root = fs_info->uuid_root; in btrfs_uuid_tree_remove() local
146 if (WARN_ON_ONCE(!uuid_root)) in btrfs_uuid_tree_remove()
155 ret = btrfs_search_slot(trans, uuid_root, &key, path, -1, 1); in btrfs_uuid_tree_remove()
[all …]