Searched refs:nfs_cb_argop4 (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_deleg.c | 695 rfs4args_cb_recall_free(nfs_cb_argop4 *argop) in rfs4args_cb_recall_free() 706 rfs4args_cb_getattr_free(nfs_cb_argop4 *argop) in rfs4args_cb_getattr_free() 719 nfs_cb_argop4 *argop; in rfs4freeargres() 745 kmem_free(args->array, arglen * sizeof (nfs_cb_argop4)); in rfs4freeargres() 838 nfs_cb_argop4 *argop; in rfs4_do_cb_recall() 850 argoplist_size = numops * sizeof (nfs_cb_argop4); in rfs4_do_cb_recall()
|
H A D | nfs4_callback.c | 171 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 D | nfs4_xdr.c | 5122 xdr_snfs_cb_argop4(XDR *xdrs, nfs_cb_argop4 *objp) in xdr_snfs_cb_argop4() 5160 xdr_cnfs_cb_argop4(XDR *xdrs, nfs_cb_argop4 *objp) in xdr_cnfs_cb_argop4() 5236 sizeof (nfs_cb_argop4), (xdrproc_t)xdr_cnfs_cb_argop4)); in xdr_CB_COMPOUND4args_clnt() 5255 sizeof (nfs_cb_argop4), (xdrproc_t)xdr_snfs_cb_argop4)); in xdr_CB_COMPOUND4args_srv()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs4_kprot.h | 1595 struct nfs_cb_argop4 { struct 1602 typedef struct nfs_cb_argop4 nfs_cb_argop4; typedef 1619 nfs_cb_argop4 *array;
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | nfs4_prot.x | 1567 union nfs_cb_argop4 switch (unsigned argop) { 1584 nfs_cb_argop4 argarray<>;
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 531 static char *sum_cb_operand(nfs_cb_argop4 *opp); 950 nfs_cb_argop4 one_op; in sum_cb_compound4args() 1032 sum_cb_operand(nfs_cb_argop4 *opp) in sum_cb_operand() 1102 nfs_cb_argop4 one_op; in detail_cb_argop4()
|
H A D | nfs4_xdr.c | 2903 xdr_nfs_cb_argop4(register XDR *xdrs, nfs_cb_argop4 *objp) in xdr_nfs_cb_argop4() 2966 sizeof (nfs_cb_argop4), (xdrproc_t)xdr_nfs_cb_argop4)) in xdr_CB_COMPOUND4args()
|