Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dctree.h525 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path,
H A Ddefrag.c438 next_key_ret = btrfs_find_next_key(root, path, &key, 1, in btrfs_defrag_leaves()
H A Dctree.c4805 sret = btrfs_find_next_key(root, path, min_key, level, in btrfs_search_forward()
4853 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path, in btrfs_find_next_key() function
H A Dblock-group.c763 ret = btrfs_find_next_key(extent_root, path, &key, 0, 0); in load_extent_tree_free()