Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c365 case NFS4ERR_NO_GRACE: in nfs4_stat_to_str()
H A Dnfs4_srv.c7435 *cs->statusp = resp->status = NFS4ERR_NO_GRACE; in rfs4_op_open()
7444 *cs->statusp = resp->status = NFS4ERR_NO_GRACE; in rfs4_op_open()
9109 status = NFS4ERR_NO_GRACE; in rfs4_op_lock()
9114 status = NFS4ERR_NO_GRACE; in rfs4_op_lock()
H A Dnfs4_subr.c377 case NFS4ERR_NO_GRACE: in geterrno4()
H A Dnfs4_recovery.c2266 ep->stat = NFS4ERR_NO_GRACE; in relock_file()
H A Dnfs4_vnops.c1966 case NFS4ERR_NO_GRACE: in nfs4_reopen()
14065 case NFS4ERR_NO_GRACE: in nfs4frlock_results_default()
14558 case NFS4ERR_NO_GRACE: in nfs4frlock()
/titanic_41/usr/src/head/rpcsvc/
H A Dnfs4_prot.x151 NFS4ERR_NO_GRACE = 10033,/* reclaim outside of grace */ enumerator
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h128 NFS4ERR_NO_GRACE = 10033, enumerator
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3947 case NFS4ERR_NO_GRACE: p = "NFS4ERR_NO_GRACE"; break; in status_name()