Searched refs:nfs_cb_resop4 (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_callback.c | 171 cb_getattr(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_getattr() 376 cb_getattr_free(nfs_cb_resop4 *resop) in cb_getattr_free() 384 cb_recall(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_recall() 491 cb_recall_free(nfs_cb_resop4 *resop) in cb_recall_free() 538 cb_illegal(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_illegal() 555 nfs_cb_resop4 *resop, *new_res; in cb_compound() 596 resp->array = kmem_zalloc(args->array_len * sizeof (nfs_cb_resop4), in cb_compound() 643 (i+1) * sizeof (nfs_cb_resop4), KM_SLEEP); in cb_compound() 645 new_res, (i+1) * sizeof (nfs_cb_resop4)); in cb_compound() 647 args->array_len * sizeof (nfs_cb_resop4)); in cb_compound() [all …]
|
H A D | nfs4_xdr.c | 5195 xdr_nfs_cb_resop4(XDR *xdrs, nfs_cb_resop4 *objp) in xdr_nfs_cb_resop4() 5269 sizeof (nfs_cb_resop4), (xdrproc_t)xdr_nfs_cb_resop4)); in xdr_CB_COMPOUND4res()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs4_kprot.h | 1604 struct nfs_cb_resop4 { struct 1612 typedef struct nfs_cb_resop4 nfs_cb_resop4; typedef 1627 nfs_cb_resop4 *array;
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | nfs4_prot.x | 1573 union nfs_cb_resop4 switch (unsigned resop) { 1590 nfs_cb_resop4 resarray<>;
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 532 static char *sum_cb_result(nfs_cb_resop4 *resp); 2324 nfs_cb_resop4 one_res; in sum_cb_compound4res() 2390 sum_cb_result(nfs_cb_resop4 *resp) in sum_cb_result() 3131 nfs_cb_resop4 one_res; in detail_cb_resop4()
|
H A D | nfs4_xdr.c | 2928 xdr_nfs_cb_resop4(register XDR *xdrs, nfs_cb_resop4 *objp) in xdr_nfs_cb_resop4() 2981 sizeof (nfs_cb_resop4), (xdrproc_t)xdr_nfs_cb_resop4)) in xdr_CB_COMPOUND4res()
|