Searched refs:is_waiting_for_move (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 315 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino); 1895 is_waiting_for_move(sctx, other_inode)) { in will_overwrite_ref() 3032 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino) in is_waiting_for_move() function 3198 if (is_waiting_for_move(sctx, ino)) { in path_loop() 3717 if (is_waiting_for_move(sctx, ino)) { in wait_for_parent_move() 4040 if (is_waiting_for_move(sctx, ow_inode)) { in process_recorded_refs() 6201 if (!is_waiting_for_move(sctx, sctx->cur_ino)) { in finish_inode_if_needed()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 412 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino); 2161 is_waiting_for_move(sctx, other_inode)) { in will_overwrite_ref() 3321 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino) in is_waiting_for_move() function 3487 if (is_waiting_for_move(sctx, ino)) { in path_loop() 3990 if (is_waiting_for_move(sctx, ino)) { in wait_for_parent_move() 6767 if (!is_waiting_for_move(sctx, sctx->cur_ino)) { in finish_inode_if_needed()
|
Completed in 20 milliseconds