Searched refs:send_progress (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
H A Dsend.c118 u64 send_progress; member in struct:send_ctx
1609 if (ino < sctx->send_progress) get_cur_inode_state()
1614 if (ino < sctx->send_progress) get_cur_inode_state()
1623 if (ino < sctx->send_progress) get_cur_inode_state()
1632 if (ino < sctx->send_progress) get_cur_inode_state()
1863 if (other_inode > sctx->send_progress) { will_overwrite_ref()
1930 if ((ow_inode < sctx->send_progress) || did_overwrite_ref()
2116 if (ino < sctx->send_progress && nce->need_later_update) { __get_cur_name_and_parent()
2153 if (ino < sctx->send_progress) __get_cur_name_and_parent()
2196 if (ino < sctx->send_progress) __get_cur_name_and_parent()
2232 * sctx->send_progress tells this function at which point in time receiving
2671 di_key.objectid < sctx->send_progress) { did_create_dir()
2885 u64 send_progress) can_rmdir()
2948 if (loc.objectid > send_progress) { can_rmdir()
3120 u64 orig_progress = sctx->send_progress; apply_dir_move()
3156 sctx->send_progress = sctx->cur_ino + 1; apply_dir_move()
3217 sctx->send_progress = orig_progress; apply_dir_move()
3656 * sctx->send_progress. We need to prevent process_recorded_refs()
5340 * We have processed the refs and thus need to advance send_progress. finish_inode_if_needed()
5352 sctx->send_progress = sctx->cur_ino + 1; finish_inode_if_needed()
5431 sctx->send_progress = sctx->cur_ino + 1; finish_inode_if_needed()
5456 * Set send_progress to current inode. This will tell all get_cur_xxx changed_inode()
5460 sctx->send_progress = sctx->cur_ino; changed_inode()
5558 * Advance send_progress now as we did not get into changed_inode()
5561 sctx->send_progress = sctx->cur_ino + 1; changed_inode()
2884 can_rmdir(struct send_ctx *sctx, u64 dir, u64 dir_gen, u64 send_progress) can_rmdir() argument

Completed in 71 milliseconds