Searched refs:move_result (Results 1 – 1 of 1) sorted by relevance
445 enum file_op_result move_result; in storage_file_move() local515 move_result = file_move(&session->tr, file, path_buf, dst_file_create_mode, in storage_file_move()521 if (move_result != FILE_OP_SUCCESS) { in storage_file_move()522 return file_op_result_to_storage_err(move_result); in storage_file_move()