Home
last modified time | relevance | path

Searched refs:CLOSE4args (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1255 struct CLOSE4args { struct
1259 typedef struct CLOSE4args CLOSE4args; argument
2739 CLOSE4args opclose;
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1355 struct CLOSE4args { struct
3024 case OP_CLOSE: CLOSE4args opclose;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1429 CLOSE4args *args = (CLOSE4args *)obj; in sumarg_close()
1438 CLOSE4args *args = (CLOSE4args *)obj; in dtlarg_close()
H A Dnfs4_xdr.c1026 xdr_CLOSE4args(register XDR *xdrs, CLOSE4args *objp) in xdr_CLOSE4args()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c8547 CLOSE4args *args = &argop->nfs_argop4_u.opclose; in rfs4_op_close()
8553 CLOSE4args *, args); in rfs4_op_close()
H A Dnfs4_xdr.c2618 xdr_CLOSE4args(XDR *xdrs, CLOSE4args *objp) in xdr_CLOSE4args()
H A Dnfs4_vnops.c2442 CLOSE4args *close_args; in nfs4close_otw()