Home
last modified time | relevance | path

Searched refs:nfs_cb_resop4 (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c171 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 Dnfs4_xdr.c5195 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 Dnfs4_kprot.h1604 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 Dnfs4_prot.x1573 union nfs_cb_resop4 switch (unsigned resop) {
1590 nfs_cb_resop4 resarray<>;
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c532 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 Dnfs4_xdr.c2928 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()