1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _LINUX_ERRNO_H 3 #define _LINUX_ERRNO_H 4 5 #include <uapi/linux/errno.h> 6 7 8 /* 9 * These should never be seen by user programs 10 * codes, signal_pending() MUST be set. Note 11 * at syscall exit tracing, but they will neve 12 * process to see. 13 */ 14 #define ERESTARTSYS 512 15 #define ERESTARTNOINTR 513 16 #define ERESTARTNOHAND 514 /* restart if 17 #define ENOIOCTLCMD 515 /* No ioctl co 18 #define ERESTART_RESTARTBLOCK 516 /* restart b 19 #define EPROBE_DEFER 517 /* Driver requ 20 #define EOPENSTALE 518 /* open found 21 22 /* Defined for the NFSv3 protocol */ 23 #define EBADHANDLE 521 /* Illegal NFS 24 #define ENOTSYNC 522 /* Update sync 25 #define EBADCOOKIE 523 /* Cookie is s 26 #define ENOTSUPP 524 /* Operation i 27 #define ETOOSMALL 525 /* Buffer or r 28 #define ESERVERFAULT 526 /* An untransl 29 #define EBADTYPE 527 /* Type not su 30 #define EJUKEBOX 528 /* Request ini 31 #define EIOCBQUEUED 529 /* iocb queued 32 #define ERECALLCONFLICT 530 /* conflict wi 33 34 #endif 35
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.