Lines Matching refs:iter_ret
2931 int iter_ret = 0; in did_create_dir() local
2949 btrfs_for_each_slot(sctx->send_root, &key, &found_key, path, iter_ret) { in did_create_dir()
2969 if (iter_ret < 0) in did_create_dir()
2970 ret = iter_ret; in did_create_dir()
3180 int iter_ret = 0; in can_rmdir() local
3254 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in can_rmdir()
3281 if (iter_ret < 0) { in can_rmdir()
3282 ret = iter_ret; in can_rmdir()
3875 int iter_ret = 0; in is_ancestor() local
3896 btrfs_for_each_slot(root, &key, &key, path, iter_ret) { in is_ancestor()
3940 if (iter_ret < 0) in is_ancestor()
3941 ret = iter_ret; in is_ancestor()
4798 int iter_ret = 0; in process_all_refs() local
4826 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_refs()
4837 if (iter_ret < 0) { in process_all_refs()
4838 ret = iter_ret; in process_all_refs()
5102 int iter_ret = 0; in process_all_new_xattrs() local
5117 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_new_xattrs()
5129 if (iter_ret < 0) in process_all_new_xattrs()
5130 ret = iter_ret; in process_all_new_xattrs()
6549 int iter_ret = 0; in process_all_extents() local
6563 btrfs_for_each_slot(root, &key, &found_key, path, iter_ret) { in process_all_extents()
6575 if (iter_ret < 0) in process_all_extents()
6576 ret = iter_ret; in process_all_extents()