Lines Matching refs:resop

171 cb_getattr(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req,  in cb_getattr()  argument
175 CB_GETATTR4res *resp = &resop->nfs_cb_resop4_u.opcbgetattr; in cb_getattr()
376 cb_getattr_free(nfs_cb_resop4 *resop) in cb_getattr_free() argument
378 if (resop->nfs_cb_resop4_u.opcbgetattr.obj_attributes.attrlist4) in cb_getattr_free()
379 kmem_free(resop->nfs_cb_resop4_u.opcbgetattr. in cb_getattr_free()
384 cb_recall(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_recall() argument
388 CB_RECALL4res *resp = &resop->nfs_cb_resop4_u.opcbrecall; in cb_recall()
491 cb_recall_free(nfs_cb_resop4 *resop) in cb_recall_free() argument
538 cb_illegal(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_illegal() argument
541 CB_ILLEGAL4res *resp = &resop->nfs_cb_resop4_u.opcbillegal; in cb_illegal()
544 resop->resop = OP_CB_ILLEGAL; in cb_illegal()
555 nfs_cb_resop4 *resop, *new_res; in cb_compound() local
606 resop = &resp->array[i]; in cb_compound()
607 resop->resop = argop->argop; in cb_compound()
608 op = (uint_t)resop->resop; in cb_compound()
614 cb_getattr(argop, resop, req, &cs, ncg); in cb_compound()
619 cb_recall(argop, resop, req, &cs, ncg); in cb_compound()
634 cb_illegal(argop, resop, req, &cs, ncg); in cb_compound()
664 nfs_cb_resop4 *resop; in cb_compound_free() local
672 resop = &resp->array[i]; in cb_compound_free()
673 op = (uint_t)resop->resop; in cb_compound_free()
679 cb_getattr_free(resop); in cb_compound_free()
684 cb_recall_free(resop); in cb_compound_free()