Lines Matching refs:moves
181 * which is in the pending directory moves index above. In this case,
2837 * Renames/moves a file/dir to its orphan name. Used when the first
3380 struct pending_dir_move *moves,
3383 if (list_empty(&moves->list)) {
3384 list_add_tail(&moves->list, stack);
3387 list_splice_init(&moves->list, &list);
3388 list_add_tail(&moves->list, stack);
3391 if (!RB_EMPTY_NODE(&moves->node)) {
3392 rb_erase(&moves->node, &sctx->pending_dir_moves);
3393 RB_CLEAR_NODE(&moves->node);