Lines Matching refs:pending_move
3448 static int process_recorded_refs(struct send_ctx *sctx, int *pending_move) in process_recorded_refs() argument
3602 *pending_move = 1; in process_recorded_refs()
3630 *pending_move = 1; in process_recorded_refs()
3995 int pending_move = 0; in process_all_refs() local
4048 ret = process_recorded_refs(sctx, &pending_move); in process_all_refs()
4050 ASSERT(pending_move == 0); in process_all_refs()
5049 int *pending_move, in process_recorded_refs_if_needed() argument
5062 ret = process_recorded_refs(sctx, pending_move); in process_recorded_refs_if_needed()
5082 int pending_move = 0; in finish_inode_if_needed() local
5085 ret = process_recorded_refs_if_needed(sctx, at_end, &pending_move, in finish_inode_if_needed()
5102 if (refs_processed && !pending_move) in finish_inode_if_needed()