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

/linux-master/fs/btrfs/
H A Dctree.h532 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path,
H A Ddefrag.c534 * btrfs_find_next_key() can release our path and do another search
542 next_key_ret = btrfs_find_next_key(root, path, &key, 1,
H A Dctree.c4681 sret = btrfs_find_next_key(root, path, min_key, level,
4729 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path, function
H A Dblock-group.c763 ret = btrfs_find_next_key(extent_root, path, &key, 0, 0);

Completed in 152 milliseconds