Home
last modified time | relevance | path

Searched refs:ENOTRECOVERABLE (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/include/uapi/asm-generic/
Derrno.h116 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Derrno.h111 #define ENOTRECOVERABLE 133 /* State not recoverable */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Derrno.h121 #define ENOTRECOVERABLE 255 /* State not recoverable */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Derrno.h121 #define ENOTRECOVERABLE 137 /* State not recoverable */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Derrno.h120 #define ENOTRECOVERABLE 166 /* State not recoverable */ macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c172 [ENOTRECOVERABLE] = LUSTRE_ENOTRECOVERABLE,
318 [LUSTRE_ENOTRECOVERABLE] = ENOTRECOVERABLE,
/linux-4.1.27/drivers/regulator/
Dtps65090-regulator.c124 return -ENOTRECOVERABLE; in tps65090_try_enable_fet()
156 if (ret != -ENOTRECOVERABLE || tries == MAX_FET_ENABLE_TRIES) in tps65090_fet_enable()
/linux-4.1.27/fs/jffs2/
Dsummary.c564 return -ENOTRECOVERABLE; in jffs2_sum_process_sum_data()
643 if (ret == -ENOTRECOVERABLE) in jffs2_sum_scan_sumnode()
/linux-4.1.27/arch/powerpc/kernel/
Deeh.c873 ret = -ENOTRECOVERABLE; in eeh_reset_pe()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_init.c2501 err = -ENOTRECOVERABLE; in qlcnic_83xx_init()
Dqlcnic_main.c2584 case -ENOTRECOVERABLE: in qlcnic_probe()