Home
last modified time | relevance | path

Searched refs:vops (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c774 pd, &vops->vo_mech); in common_submit_request()
777 vops->vo_key, vops->vo_templ, rhndl); in common_submit_request()
782 pd, &vops->vo_mech); in common_submit_request()
785 &vops->vo_mech, vops->vo_key, vops->vo_templ, in common_submit_request()
796 vops->vo_signature, vops->vo_data, rhndl); in common_submit_request()
812 pd, &vops->vo_mech); in common_submit_request()
815 &vops->vo_mech, vops->vo_key, vops->vo_data, in common_submit_request()
816 vops->vo_templ, vops->vo_signature, rhndl); in common_submit_request()
822 pd, &vops->vo_mech); in common_submit_request()
825 &vops->vo_mech, vops->vo_key, vops->vo_signature, in common_submit_request()
[all …]
H A Dkcf_sched.c410 kcf_verify_ops_params_t *vops = &params->rp_u.verify_params; in can_resubmit() local
412 vops->vo_mech.cm_type = vops->vo_framework_mechtype; in can_resubmit()
413 *mech1 = &vops->vo_mech; in can_resubmit()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h457 kcf_verify_ops_params_t *vops = &(req)->rp_u.verify_params; \
462 vops->vo_sid = _sid; \
464 vops->vo_mech = *mechp; \
465 vops->vo_framework_mechtype = mechp->cm_type; \
467 vops->vo_key = _key; \
468 vops->vo_data = _data; \
469 vops->vo_signature = _signature; \
470 vops->vo_templ = _templ; \
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode.h95 #define vn_matchops(vp, vops) ((vp)->v_op == &(vops)) argument
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c167 const char *tag, struct vop_vector *vops, in sfs_vgetx() argument
182 error = getnewvnode(tag, mp, vops, &vp); in sfs_vgetx()
/f-stack/freebsd/kern/
H A Dvfs_subr.c1724 getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops, in getnewvnode() argument
1733 KASSERT(vops->registered, in getnewvnode()
1734 ("%s: not registered vector op %p\n", __func__, vops)); in getnewvnode()
1779 vp->v_op = vops; in getnewvnode()
1785 if (mp == NULL && vops != &dead_vnodeops) in getnewvnode()
/f-stack/freebsd/sys/
H A Dvnode.h672 int getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,