Home
last modified time | relevance | path

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

/fs/btrfs/
Droot-tree.c53 ret = btrfs_next_leaf(root, path); in btrfs_search_root()
197 ret = btrfs_next_leaf(root, path); in btrfs_find_dead_roots()
Dinode-map.c96 ret = btrfs_next_leaf(root, path); in btrfs_find_free_objectid()
Dxattr.c204 ret = btrfs_next_leaf(root, path); in btrfs_listxattr()
Dfile-item.c287 ret = btrfs_next_leaf(root, path); in btrfs_lookup_csums_range()
672 ret = btrfs_next_leaf(root, path); in btrfs_csum_file_blocks()
Dfile.c297 ret = btrfs_next_leaf(root, path); in btrfs_check_file()
480 nextret = btrfs_next_leaf(root, path); in btrfs_drop_extents()
Dextent-tree.c258 ret = btrfs_next_leaf(root, path); in cache_block_group()
1448 ret = btrfs_next_leaf(extent_root, path); in btrfs_cross_ref_exist()
4700 ret = btrfs_next_leaf(extent_root, path); in __next_ref_path()
4746 ret = btrfs_next_leaf(extent_root, path); in __next_ref_path()
4902 ret = btrfs_next_leaf(root, path); in get_new_locations()
5036 ret = btrfs_next_leaf(root, path); in replace_one_extent()
6219 ret = btrfs_next_leaf(root, path); in btrfs_relocate_block_group()
6320 ret = btrfs_next_leaf(root, path); in find_first_block_group()
Dtree-log.c1249 ret = btrfs_next_leaf(root, path); in find_dir_range()
1426 ret = btrfs_next_leaf(root, path); in replay_dir_deletes()
2311 ret = btrfs_next_leaf(root, path); in log_dir_items()
Dvolumes.c641 ret = btrfs_next_leaf(root, path); in find_free_dev_extent()
1228 ret = btrfs_next_leaf(root, path); in btrfs_finish_sprout()
3177 ret = btrfs_next_leaf(root, path); in btrfs_read_chunk_tree()
Dioctl.c851 ret = btrfs_next_leaf(root, path); in btrfs_ioctl_clone()
Dinode.c982 ret = btrfs_next_leaf(root, path); in run_delalloc_nocow()
3191 ret = btrfs_next_leaf(root, path); in btrfs_real_readdir()
3979 ret = btrfs_next_leaf(root, path); in btrfs_get_extent()
Dctree.h1903 int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path);
Dctree.c4042 int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path) in btrfs_next_leaf() function