Home
last modified time | relevance | path

Searched refs:OPEN4_CREATE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1629 OPEN4_CREATE = 1 enumerator
1633 case OPEN4_CREATE:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
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()
H A Dnfs4_xdr.c1538 case OPEN4_CREATE: in xdr_openflag4()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c3006 if (objp->opentype == OPEN4_CREATE) { in xdr_OPEN4args()
3047 if (objp->opentype == OPEN4_CREATE) { in xdr_OPEN4args()
3127 if (objp->opentype == OPEN4_CREATE) { in xdr_OPEN4cargs()
H A Dnfs4_vnops.c599 if ((open_args->opentype == OPEN4_CREATE) && in nfs4args_copen_free()
946 open_args->opentype = OPEN4_CREATE; in nfs4open_otw()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1518 OPEN4_CREATE = 1 enumerator