Home
last modified time | relevance | path

Searched refs:NFS4ERR_STALE_CLIENTID (Results 1 – 4 of 4) sorted by relevance

/reactos/base/services/nfsd/
H A Dnfs41_const.h129 NFS4ERR_STALE_CLIENTID = 10022, /* server has rebooted */ enumerator
H A Dnfs41_compound.c207 case NFS4ERR_STALE_CLIENTID: in compound_encode_send_decode()
H A Ddaemon_debug.c413 case NFS4ERR_STALE_CLIENTID: return "NFS4ERR_STALE_CLIENTID"; in nfs_error_string()
H A Drecovery.c79 if (status == NFS4ERR_STALE_CLIENTID) { in nfs41_recover_session()