Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h965 opentype4 opentype; member
986 opentype4 opentype; member
/titanic_41/usr/src/head/rpcsvc/
H A Dnfs4_prot.x888 union openflag4 switch (opentype4 opentype) {
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c2906 if (!xdr_int(xdrs, (int *)&objp->opentype)) in xdr_OPEN4args()
2908 if (objp->opentype == OPEN4_CREATE) { in xdr_OPEN4args()
2975 if (objp->opentype == OPEN4_CREATE) { in xdr_OPEN4args()
3055 IXDR_PUT_U_INT32(ptr, objp->opentype); in xdr_OPEN4cargs()
3078 if (!XDR_PUTINT32(xdrs, (int32_t *)&objp->opentype)) in xdr_OPEN4cargs()
3082 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.c602 if ((open_args->opentype == OPEN4_CREATE) && in nfs4args_copen_free()
949 open_args->opentype = OPEN4_CREATE; in nfs4open_otw()
1003 open_args->opentype = OPEN4_NOCREATE; in nfs4open_otw()
1865 open_args->opentype = OPEN4_NOCREATE; in nfs4_reopen()
H A Dnfs4_srv.c6989 if (args->opentype == OPEN4_NOCREATE) in rfs4_do_opennull()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c1544 if (!xdr_opentype4(xdrs, &objp->opentype)) in xdr_openflag4()
1546 switch (objp->opentype) { in xdr_openflag4()
H A Dsnoop_nfs4.c3494 if (flagp->opentype == OPEN4_CREATE) { in sum_openflag()
3518 flagp->opentype == OPEN4_CREATE ? "CREATE" : "NOCREATE"); in detail_openflag()
3519 if (flagp->opentype == OPEN4_CREATE) in detail_openflag()