Searched refs:btrfs_find_root (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | root-tree.h | 25 int btrfs_find_root(struct btrfs_root *root, const struct btrfs_key *search_key,
|
H A D | root-tree.c | 54 * btrfs_find_root - lookup the root by the key. 67 int btrfs_find_root(struct btrfs_root *root, const struct btrfs_key *search_key, in btrfs_find_root() function
|
H A D | extent-tree.c | 5834 ret = btrfs_find_root(tree_root, &root->root_key, path, in btrfs_drop_snapshot()
|
H A D | disk-io.c | 1028 ret = btrfs_find_root(tree_root, key, path, in read_tree_root_path()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | root-tree.c | 51 * btrfs_find_root - lookup the root by the key. 64 int btrfs_find_root(struct btrfs_root *root, const struct btrfs_key *search_key, in btrfs_find_root() function
|
H A D | ctree.h | 2850 int btrfs_find_root(struct btrfs_root *root, const struct btrfs_key *search_key,
|
H A D | extent-tree.c | 5550 ret = btrfs_find_root(tree_root, &root->root_key, path, in btrfs_drop_snapshot()
|
H A D | disk-io.c | 1298 ret = btrfs_find_root(tree_root, key, path, in read_tree_root_path()
|
Completed in 31 milliseconds