Searched refs:NFS4ERR_STALE (Results 1 – 4 of 4) sorted by relevance
/linux/include/trace/misc/ |
H A D | nfs.h | 184 TRACE_DEFINE_ENUM(NFS4ERR_STALE); 334 { NFS4ERR_STALE, "STALE" }, \
|
/linux/fs/nfs_common/ |
H A D | common.c | 98 { NFS4ERR_STALE, -ESTALE }, 164 { NFS4ERR_STALE, -EBADF }, 165 { NFS4ERR_STALE, -EOPENSTALE },
|
/linux/include/linux/ |
H A D | nfs4.h | 193 NFS4ERR_STALE = 70, enumerator
|
/linux/fs/nfsd/ |
H A D | nfs4callback.c | 209 { NFS4ERR_STALE, -ESTALE },
|