HomeSort by relevance Sort by last modified time
    Searched refs:btrfs_search_tree (Results 1 - 6 of 6) sorted by null

  /external/u-boot/fs/btrfs/
dir-item.c 75 if (btrfs_search_tree(root, &key, &path))
101 if (btrfs_search_tree(root, &key, &path))
inode.c 65 if (btrfs_search_tree(&tmp_root, location, &path))
98 if (btrfs_search_tree(root, &key, &path))
332 if (btrfs_search_tree(root, &key, &path))
subvolume.c 92 if (btrfs_search_tree(&btrfs_info.tree_root, &key, &path))
ctree.h 280 int btrfs_search_tree(const struct btrfs_root *, struct btrfs_key *,
299 if (btrfs_search_tree(root, &key, path))
chunk-map.c 155 if (btrfs_search_tree(&btrfs_info.chunk_root, &key, &path))
ctree.c 149 int btrfs_search_tree(const struct btrfs_root *root, struct btrfs_key *key, function

Completed in 459 milliseconds