Lines Matching refs:cur_ino
102 u64 cur_ino;
1976 (ino != sctx->cur_ino && ow_inode == sctx->cur_ino &&
2606 if (ino != sctx->cur_ino) {
2748 ret = did_create_dir(sctx, sctx->cur_ino);
2757 ret = send_create_inode(sctx, sctx->cur_ino);
3272 sctx->send_progress = sctx->cur_ino + 1;
3314 ret = can_rmdir(sctx, rmdir_ino, gen, sctx->cur_ino);
3401 u64 parent_ino = sctx->cur_ino;
3434 * (in the send root) with a higher inode number than ours (sctx->cur_ino) was
3465 * Returns 1 if the rename of sctx->cur_ino needs to be delayed, 0 if it can
3509 * parent directory with the same name that sctx->cur_ino is being
3512 * if it is, we need to delay the rename of sctx->cur_ino as well, so
3533 /* Different inode, no need to delay the rename of sctx->cur_ino */
3542 sctx->cur_ino,
3729 sctx->cur_ino, sctx->cur_inode_gen,
3753 if (ino > sctx->cur_ino &&
3778 sctx->cur_ino,
3908 btrfs_debug(fs_info, "process_recorded_refs %llu", sctx->cur_ino);
3914 BUG_ON(sctx->cur_ino <= BTRFS_FIRST_FREE_OBJECTID);
3935 ret = did_overwrite_first_ref(sctx, sctx->cur_ino,
3943 ret = gen_unique_name(sctx, sctx->cur_ino,
3949 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen,
4065 * cur_ino, therefore compute valid_path (the
4066 * current path of cur_ino) again because it
4072 sctx->cur_ino, NULL);
4076 ret = get_cur_path(sctx, sctx->cur_ino,
4222 ret = can_rmdir(sctx, sctx->cur_ino, sctx->cur_inode_gen,
4223 sctx->cur_ino);
4231 ret = orphanize_inode(sctx, sctx->cur_ino,
4261 sctx->cur_ino, sctx->cur_inode_gen,
4313 if (cur->dir > sctx->cur_ino)
4329 sctx->cur_ino);
4709 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p);
4733 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p);
4972 inode = btrfs_iget(fs_info->sb, sctx->cur_ino, root);
5011 page_offset(page), sctx->cur_ino,
5054 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p);
5096 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p);
5162 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p);
5206 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, p);
5256 * Search for a capability xattr related to sctx->cur_ino. If the capability is
5277 di = btrfs_lookup_xattr(NULL, sctx->send_root, path, sctx->cur_ino,
5297 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath);
5563 clone_root->ino == sctx->cur_ino &&
5816 key.objectid = sctx->cur_ino;
5824 if (key.objectid != sctx->cur_ino || key.type != BTRFS_EXTENT_DATA_KEY)
5847 key.objectid = sctx->cur_ino;
5872 if (key.objectid < sctx->cur_ino ||
5875 if (key.objectid > sctx->cur_ino ||
5904 if (sctx->cur_ino != key->objectid || !need_send_hole(sctx))
6065 if (sctx->cur_ino == 0)
6067 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid &&
6118 sctx->send_progress = sctx->cur_ino + 1;
6120 if (sctx->cur_ino == 0 || sctx->cur_inode_deleted)
6122 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino)
6125 ret = get_inode_info(sctx->send_root, sctx->cur_ino, NULL, NULL,
6139 ret = get_inode_info(sctx->parent_root, sctx->cur_ino,
6172 ret = send_truncate(sctx, sctx->cur_ino,
6181 ret = send_chown(sctx, sctx->cur_ino, sctx->cur_inode_gen,
6187 ret = send_chmod(sctx, sctx->cur_ino, sctx->cur_inode_gen,
6201 if (!is_waiting_for_move(sctx, sctx->cur_ino)) {
6212 sctx->send_progress = sctx->cur_ino + 1;
6213 ret = send_utimes(sctx, sctx->cur_ino, sctx->cur_inode_gen);
6252 key.objectid = sctx->cur_ino;
6276 if (key.objectid != sctx->cur_ino)
6319 sctx->cur_ino = key->objectid;
6328 * when process_recorded_refs is finished, it is set to cur_ino + 1.
6330 sctx->send_progress = sctx->cur_ino;
6355 * The cur_ino = root dir case is special here. We can't treat
6360 sctx->cur_ino != BTRFS_FIRST_FREE_OBJECTID)
6401 if (sctx->cur_ino != BTRFS_FIRST_FREE_OBJECTID)
6458 sctx->send_progress = sctx->cur_ino + 1;
6501 if (sctx->cur_ino != sctx->cmp_key->objectid) {
6507 sctx->cur_ino != BTRFS_FIRST_FREE_OBJECTID) {
6529 if (sctx->cur_ino != sctx->cmp_key->objectid) {
6569 if (sctx->cur_ino != sctx->cmp_key->objectid)