Searched refs:btrfs_next_leaf (Results 1 – 12 of 12) sorted by relevance
/fs/btrfs/ |
D | root-tree.c | 53 ret = btrfs_next_leaf(root, path); in btrfs_search_root() 197 ret = btrfs_next_leaf(root, path); in btrfs_find_dead_roots()
|
D | inode-map.c | 96 ret = btrfs_next_leaf(root, path); in btrfs_find_free_objectid()
|
D | xattr.c | 204 ret = btrfs_next_leaf(root, path); in btrfs_listxattr()
|
D | file-item.c | 287 ret = btrfs_next_leaf(root, path); in btrfs_lookup_csums_range() 672 ret = btrfs_next_leaf(root, path); in btrfs_csum_file_blocks()
|
D | file.c | 297 ret = btrfs_next_leaf(root, path); in btrfs_check_file() 480 nextret = btrfs_next_leaf(root, path); in btrfs_drop_extents()
|
D | extent-tree.c | 258 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()
|
D | tree-log.c | 1249 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()
|
D | volumes.c | 641 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()
|
D | ioctl.c | 851 ret = btrfs_next_leaf(root, path); in btrfs_ioctl_clone()
|
D | inode.c | 982 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()
|
D | ctree.h | 1903 int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path);
|
D | ctree.c | 4042 int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path) in btrfs_next_leaf() function
|