Searched refs:pending_move (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 3890 static int process_recorded_refs(struct send_ctx *sctx, int *pending_move) in process_recorded_refs() argument 4149 *pending_move = 1; in process_recorded_refs() 4160 *pending_move = 1; in process_recorded_refs() 4569 int pending_move = 0; in process_all_refs() local 4623 * We don't actually care about pending_move as we are simply in process_all_refs() 4627 ret = process_recorded_refs(sctx, &pending_move); in process_all_refs() 6060 int *pending_move, in process_recorded_refs_if_needed() 6073 ret = process_recorded_refs(sctx, pending_move); in process_recorded_refs_if_needed() 6094 int pending_move = 0; in finish_inode_if_needed() local 6100 ret = process_recorded_refs_if_needed(sctx, at_end, &pending_move, in finish_inode_if_needed() 6059 process_recorded_refs_if_needed(struct send_ctx *sctx, int at_end, int *pending_move, int *refs_processed) process_recorded_refs_if_needed() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 4161 static int process_recorded_refs(struct send_ctx *sctx, int *pending_move) in process_recorded_refs() argument 4416 *pending_move = 1; in process_recorded_refs() 4427 *pending_move = 1; in process_recorded_refs() 4814 int pending_move = 0; in process_all_refs() local 4854 * We don't actually care about pending_move as we are simply in process_all_refs() 4858 ret = process_recorded_refs(sctx, &pending_move); in process_all_refs() 6593 int *pending_move, in process_recorded_refs_if_needed() 6606 ret = process_recorded_refs(sctx, pending_move); in process_recorded_refs_if_needed() 6631 int pending_move = 0; in finish_inode_if_needed() local 6637 ret = process_recorded_refs_if_needed(sctx, at_end, &pending_move, in finish_inode_if_needed() 6592 process_recorded_refs_if_needed(struct send_ctx *sctx, int at_end, int *pending_move, int *refs_processed) process_recorded_refs_if_needed() argument [all...] |
Completed in 15 milliseconds