Lines Matching refs:argop
171 cb_getattr(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_getattr() argument
174 CB_GETATTR4args *args = &argop->nfs_cb_argop4_u.opcbgetattr; in cb_getattr()
384 cb_recall(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_recall() argument
387 CB_RECALL4args * args = &argop->nfs_cb_argop4_u.opcbrecall; in cb_recall()
538 cb_illegal(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req, in cb_illegal() argument
554 nfs_cb_argop4 *argop; in cb_compound() local
605 argop = &args->array[i]; in cb_compound()
607 resop->resop = argop->argop; 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()
1424 argops[0].argop = OP_CPUTFH; in nfs4delegreturn_otw()
1427 argops[1].argop = OP_GETATTR; in nfs4delegreturn_otw()
1431 argops[2].argop = OP_DELEGRETURN; in nfs4delegreturn_otw()