Lines Matching refs:moves
261 * which is in the pending directory moves index above. In this case,
3086 * Renames/moves a file/dir to its orphan name. Used when the first
3668 struct pending_dir_move *moves,
3671 if (list_empty(&moves->list)) {
3672 list_add_tail(&moves->list, stack);
3675 list_splice_init(&moves->list, &list);
3676 list_add_tail(&moves->list, stack);
3679 if (!RB_EMPTY_NODE(&moves->node)) {
3680 rb_erase(&moves->node, &sctx->pending_dir_moves);
3681 RB_CLEAR_NODE(&moves->node);