Searched refs:MOVE_CANCEL_RACE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | eba.c | 1308 * o %MOVE_CANCEL_RACE, %MOVE_TARGET_WR_ERR, %MOVE_TARGET_BITFLIPS, etc; 1346 return MOVE_CANCEL_RACE; in ubi_eba_copy_leb() 1360 * %MOVE_RETRY. Note, we do not return %MOVE_CANCEL_RACE here because in ubi_eba_copy_leb() 1378 err = MOVE_CANCEL_RACE; in ubi_eba_copy_leb()
|
H A D | ubi.h | 113 * MOVE_CANCEL_RACE: canceled because the volume is being deleted, the source 126 MOVE_CANCEL_RACE = 1, enumerator
|
H A D | wl.c | 820 if (err == MOVE_CANCEL_RACE) {
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | eba.c | 1307 * o %MOVE_CANCEL_RACE, %MOVE_TARGET_WR_ERR, %MOVE_TARGET_BITFLIPS, etc; 1345 return MOVE_CANCEL_RACE; in ubi_eba_copy_leb() 1359 * %MOVE_RETRY. Note, we do not return %MOVE_CANCEL_RACE here because in ubi_eba_copy_leb() 1377 err = MOVE_CANCEL_RACE; in ubi_eba_copy_leb()
|
H A D | ubi.h | 113 * MOVE_CANCEL_RACE: canceled because the volume is being deleted, the source 126 MOVE_CANCEL_RACE = 1, enumerator
|
H A D | wl.c | 824 if (err == MOVE_CANCEL_RACE) {
|
Completed in 13 milliseconds