Searched refs:NFSERR_NOT_SYNC (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nfs.h | 72 NFSERR_NOT_SYNC = 10002, /* v3 */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nfs.h | 72 NFSERR_NOT_SYNC = 10002, /* v3 */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nfs.h | 70 NFSERR_NOT_SYNC = 10002, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nfs.h | 57 NFSERR_NOT_SYNC = 10002, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nfs.h | 70 NFSERR_NOT_SYNC = 10002, enumerator
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | nfs.h | 39 TRACE_DEFINE_ENUM(NFSERR_NOT_SYNC); variable 75 { NFSERR_NOT_SYNC, "NOTSYNC" }, \
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsd.h | 203 #define nfserr_notsync cpu_to_be32(NFSERR_NOT_SYNC)
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsd.h | 223 #define nfserr_notsync cpu_to_be32(NFSERR_NOT_SYNC)
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs2xdr.c | 1092 { NFSERR_NOT_SYNC, -ENOTSYNC },
|
H A D | nfstrace.h | 1347 TRACE_DEFINE_ENUM(NFSERR_NOT_SYNC); variable 1383 { NFSERR_NOT_SYNC, "NOTSYNC" }, \
|
H A D | nfs3xdr.c | 2473 { NFSERR_NOT_SYNC, -ENOTSYNC },
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs2xdr.c | 1092 { NFSERR_NOT_SYNC, -ENOTSYNC },
|
H A D | nfs3xdr.c | 2478 { NFSERR_NOT_SYNC, -ENOTSYNC },
|
Completed in 15 milliseconds