Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c3004 if (!xdr_int(xdrs, (int *)&objp->opentype)) in xdr_OPEN4args()
3006 if (objp->opentype == OPEN4_CREATE) { in xdr_OPEN4args()
3047 if (objp->opentype == OPEN4_CREATE) { in xdr_OPEN4args()
3100 IXDR_PUT_U_INT32(ptr, objp->opentype); in xdr_OPEN4cargs()
3123 if (!XDR_PUTINT32(xdrs, (int32_t *)&objp->opentype)) in xdr_OPEN4cargs()
3127 if (objp->opentype == OPEN4_CREATE) { in xdr_OPEN4cargs()
H A Dnfs4_client_state.c2115 open_args->opentype = OPEN4_NOCREATE; in nfs4_resend_open_otw()
H A Dnfs4_vnops.c599 if ((open_args->opentype == OPEN4_CREATE) && in nfs4args_copen_free()
946 open_args->opentype = OPEN4_CREATE; in nfs4open_otw()
1000 open_args->opentype = OPEN4_NOCREATE; in nfs4open_otw()
1879 open_args->opentype = OPEN4_NOCREATE; in nfs4_reopen()
H A Dnfs4_srv.c7193 if (args->opentype == OPEN4_NOCREATE) in rfs4_do_opennull()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1523 opentype4 opentype; member
1621 opentype4 opentype; member
1637 opentype4 opentype; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c1535 if (!xdr_opentype4(xdrs, &objp->opentype)) in xdr_openflag4()
1537 switch (objp->opentype) { in xdr_openflag4()
H A Dsnoop_nfs4.c3495 if (flagp->opentype == OPEN4_CREATE) { in sum_openflag()
3519 flagp->opentype == OPEN4_CREATE ? "CREATE" : "NOCREATE"); in detail_openflag()
3520 if (flagp->opentype == OPEN4_CREATE) in detail_openflag()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1632 union openflag4 switch (opentype4 opentype) {