Searched refs:iterate_inode_ref (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 884 static int iterate_inode_ref(struct btrfs_root *root, struct btrfs_path *path, in iterate_inode_ref() function 1167 ret = iterate_inode_ref(root, p, &found_key, 1, in get_inode_path() 4408 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_new_ref() 4422 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref() 4480 ret = iterate_inode_ref(root, path, key, 0, __find_iref, &ctx); in find_iref() 4540 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_changed_ref() 4544 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref() 4614 ret = iterate_inode_ref(root, path, &found_key, 0, cb, sctx); in process_all_refs() 6282 ret = iterate_inode_ref(sctx->parent_root, path, &key, 1, in btrfs_unlink_all_paths()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 990 static int iterate_inode_ref(struct btrfs_root *root, struct btrfs_path *path, in iterate_inode_ref() function 1267 ret = iterate_inode_ref(root, p, &found_key, 1, in get_inode_path() 4757 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_new_ref() 4771 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref() 4786 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_changed_ref() 4790 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref() 4842 ret = iterate_inode_ref(root, path, &found_key, 0, cb, sctx); in process_all_refs()
|
Completed in 18 milliseconds