Home
last modified time | relevance | path

Searched refs:EISNAM (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/uapi/asm-generic/
Derrno.h102 #define EISNAM 120 /* Is a named type file */ macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Derrno.h95 #define EISNAM 120 /* Is a named type file */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Derrno.h66 #define EISNAM 180 /* Is a named type file */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Derrno.h100 #define EISNAM 120 /* Is a named type file */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Derrno.h92 #define EISNAM 139 /* Is a named type file */ macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c161 [EISNAM] = LUSTRE_EISNAM,
307 [LUSTRE_EISNAM] = EISNAM,
/linux-4.1.27/net/9p/
Derror.c132 {"Is a named type file", EISNAM},
/linux-4.1.27/drivers/usb/gadget/udc/
Dudc-core.c422 if (ret != -EISNAM) in udc_bind_to_driver()
/linux-4.1.27/drivers/usb/gadget/legacy/
Dinode.c1705 return -EISNAM; in gadgetfs_probe()