Home
last modified time | relevance | path

Searched refs:NFS4ERR_NO_GRACE (Results 1 – 3 of 3) sorted by relevance

/reactos/base/services/nfsd/
H A Drecovery.c238 if (status == NFS4ERR_NO_GRACE) { in recover_open()
309 if (status == NFS4ERR_NO_GRACE) { in recover_locks()
364 if (status == NFS4ERR_NO_GRACE) { in recover_delegation_want()
426 if (status == NFS4ERR_NO_GRACE) { in recover_delegation_open()
H A Dnfs41_const.h140 NFS4ERR_NO_GRACE = 10033, /* reclaim outside of grace*/ enumerator
H A Ddaemon_debug.c424 case NFS4ERR_NO_GRACE: return "NFS4ERR_NO_GRACE"; in nfs_error_string()