Searched refs:NFSERR_NOTDIR (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nfs.h | 57 NFSERR_NOTDIR = 20, /* v2 v3 v4 */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nfs.h | 57 NFSERR_NOTDIR = 20, /* v2 v3 v4 */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nfs.h | 55 NFSERR_NOTDIR = 20, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nfs.h | 42 NFSERR_NOTDIR = 20, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nfs.h | 55 NFSERR_NOTDIR = 20, enumerator
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | nfs.h | 24 TRACE_DEFINE_ENUM(NFSERR_NOTDIR); variable 60 { NFSERR_NOTDIR, "NOTDIR" }, \
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsd.h | 188 #define nfserr_notdir cpu_to_be32(NFSERR_NOTDIR)
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsd.h | 208 #define nfserr_notdir cpu_to_be32(NFSERR_NOTDIR)
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs2xdr.c | 129 * NFSERR_NOTDIR = 20, 1076 { NFSERR_NOTDIR, -ENOTDIR },
|
H A D | nfstrace.h | 1332 TRACE_DEFINE_ENUM(NFSERR_NOTDIR); variable 1368 { NFSERR_NOTDIR, "NOTDIR" }, \
|
H A D | nfs3xdr.c | 2457 { NFSERR_NOTDIR, -ENOTDIR },
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs2xdr.c | 130 * NFSERR_NOTDIR = 20, 1076 { NFSERR_NOTDIR, -ENOTDIR },
|
H A D | nfs3xdr.c | 2462 { NFSERR_NOTDIR, -ENOTDIR },
|
Completed in 17 milliseconds