Searched refs:iterate_inode_ref (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | send.c | 850 static int iterate_inode_ref(struct btrfs_root *root, struct btrfs_path *path, in iterate_inode_ref() function 1133 ret = iterate_inode_ref(root, p, &found_key, 1, in get_inode_path() 3834 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_new_ref() 3848 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref() 3906 ret = iterate_inode_ref(root, path, key, 0, __find_iref, &ctx); in find_iref() 3966 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_changed_ref() 3970 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref() 4040 ret = iterate_inode_ref(root, path, &found_key, 0, cb, sctx); in process_all_refs()
|