Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsend.c3904 static int process_recorded_refs(struct send_ctx *sctx, int *pending_move) in process_recorded_refs() argument
4116 *pending_move = 1; in process_recorded_refs()
4127 *pending_move = 1; in process_recorded_refs()
4536 int pending_move = 0; in process_all_refs() local
4594 ret = process_recorded_refs(sctx, &pending_move); in process_all_refs()
5978 int *pending_move, in process_recorded_refs_if_needed() argument
5991 ret = process_recorded_refs(sctx, pending_move); in process_recorded_refs_if_needed()
6012 int pending_move = 0; in finish_inode_if_needed() local
6018 ret = process_recorded_refs_if_needed(sctx, at_end, &pending_move, in finish_inode_if_needed()
6035 if (refs_processed && !pending_move) in finish_inode_if_needed()