Searched refs:NFSERR_STALE (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nfs.h | 68 NFSERR_STALE = 70, /* v2 v3 v4 */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nfs.h | 68 NFSERR_STALE = 70, /* v2 v3 v4 */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nfs.h | 66 NFSERR_STALE = 70, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nfs.h | 53 NFSERR_STALE = 70, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nfs.h | 66 NFSERR_STALE = 70, enumerator
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | nfs.h | 35 TRACE_DEFINE_ENUM(NFSERR_STALE); variable 71 { NFSERR_STALE, "STALE" }, \
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsd.h | 199 #define nfserr_stale cpu_to_be32(NFSERR_STALE)
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsd.h | 219 #define nfserr_stale cpu_to_be32(NFSERR_STALE)
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs2xdr.c | 137 * NFSERR_STALE = 70, 1086 { NFSERR_STALE, -ESTALE },
|
H A D | nfstrace.h | 1343 TRACE_DEFINE_ENUM(NFSERR_STALE); variable 1379 { NFSERR_STALE, "STALE" }, \
|
H A D | nfs3xdr.c | 2467 { NFSERR_STALE, -ESTALE },
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs2xdr.c | 138 * NFSERR_STALE = 70, 1086 { NFSERR_STALE, -ESTALE },
|
H A D | nfs3xdr.c | 2472 { NFSERR_STALE, -ESTALE },
|
Completed in 17 milliseconds