Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c997 if (rsp->rs_flags & NFS4_RS_DELAY_MSG) { in nfs4_end_fop()
1006 rsp->rs_flags &= ~(NFS4_RS_GRACE_MSG|NFS4_RS_DELAY_MSG); in nfs4_end_fop()
1169 if (!(rsp->rs_flags & NFS4_RS_DELAY_MSG)) { in nfs4_wait_for_delay()
1170 rsp->rs_flags |= NFS4_RS_DELAY_MSG; in nfs4_wait_for_delay()
H A Dnfs4_subr.c1868 if (recov.rs_flags & NFS4_RS_DELAY_MSG) { in nfs4_remap_file()
H A Dnfs4_vnops.c1958 if (recov.rs_flags & NFS4_RS_DELAY_MSG) { in nfs4_reopen()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1992 #define NFS4_RS_DELAY_MSG 0x000000004 macro