Home
last modified time | relevance | path

Searched refs:OPEN4_RESULT_CONFIRM (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1882 const OPEN4_RESULT_CONFIRM = 0x00000002; variable
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c2313 if (op_res->rflags & OPEN4_RESULT_CONFIRM) in nfs4_resend_open_otw()
H A Dnfs4_vnops.c1392 if (op_res->rflags & OPEN4_RESULT_CONFIRM) { in nfs4open_otw()
2162 if (op_res->rflags & OPEN4_RESULT_CONFIRM) { in nfs4_reopen()
H A Dnfs4_srv.c7684 resp->rflags |= OPEN4_RESULT_CONFIRM; in rfs4_op_open()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1702 #define OPEN4_RESULT_CONFIRM 0x00000002 macro