Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c700 rfs4args_cb_recall_free(nfs_cb_argop4 *argop) in rfs4args_cb_recall_free()
711 rfs4args_cb_getattr_free(nfs_cb_argop4 *argop) in rfs4args_cb_getattr_free()
724 nfs_cb_argop4 *argop; in rfs4freeargres()
750 kmem_free(args->array, arglen * sizeof (nfs_cb_argop4)); in rfs4freeargres()
843 nfs_cb_argop4 *argop; in rfs4_do_cb_recall()
855 argoplist_size = numops * sizeof (nfs_cb_argop4); in rfs4_do_cb_recall()
H A Dnfs4_callback.c171 cb_getattr(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_getattr()
384 cb_recall(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_recall()
538 cb_illegal(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_illegal()
554 nfs_cb_argop4 *argop; in cb_compound()
H A Dnfs4_xdr.c5180 xdr_snfs_cb_argop4(XDR *xdrs, nfs_cb_argop4 *objp) in xdr_snfs_cb_argop4()
5218 xdr_cnfs_cb_argop4(XDR *xdrs, nfs_cb_argop4 *objp) in xdr_cnfs_cb_argop4()
5268 sizeof (nfs_cb_argop4), (xdrproc_t)xdr_cnfs_cb_argop4)); in xdr_CB_COMPOUND4args_clnt()
5287 sizeof (nfs_cb_argop4), (xdrproc_t)xdr_snfs_cb_argop4)); in xdr_CB_COMPOUND4args_srv()
H A Dnfs4x_xdr.c2531 xdr_nfs_cb_argop4(XDR *xdrs, nfs_cb_argop4 *objp) in xdr_nfs_cb_argop4()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h3233 struct nfs_cb_argop4 { struct
3250 typedef struct nfs_cb_argop4 nfs_cb_argop4; argument
3277 nfs_cb_argop4 *array;
3668 extern bool_t xdr_nfs_cb_argop4(XDR *, nfs_cb_argop4*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x3599 union nfs_cb_argop4 switch (nfs_cb_opnum4 argop) {
3685 nfs_cb_argop4 argarray<>;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c532 static char *sum_cb_operand(nfs_cb_argop4 *opp);
951 nfs_cb_argop4 one_op; in sum_cb_compound4args()
1033 sum_cb_operand(nfs_cb_argop4 *opp) in sum_cb_operand()
1103 nfs_cb_argop4 one_op; in detail_cb_argop4()
H A Dnfs4_xdr.c2894 xdr_nfs_cb_argop4(register XDR *xdrs, nfs_cb_argop4 *objp) in xdr_nfs_cb_argop4()
2957 sizeof (nfs_cb_argop4), (xdrproc_t)xdr_nfs_cb_argop4)) in xdr_CB_COMPOUND4args()