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

/linux-master/fs/btrfs/
H A Dsend.c4172 static int process_recorded_refs(struct send_ctx *sctx, int *pending_move) argument
4433 *pending_move = 1;
4444 *pending_move = 1;
4831 int pending_move = 0; local
4871 * We don't actually care about pending_move as we are simply
4875 ret = process_recorded_refs(sctx, &pending_move);
6607 int *pending_move,
6620 ret = process_recorded_refs(sctx, pending_move);
6645 int pending_move = 0; local
6651 ret = process_recorded_refs_if_needed(sctx, at_end, &pending_move,
6606 process_recorded_refs_if_needed(struct send_ctx *sctx, int at_end, int *pending_move, int *refs_processed) argument
[all...]

Completed in 306 milliseconds