Searched refs:vops (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_callprov.c | 774 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 D | kcf_sched.c | 410 kcf_verify_ops_params_t *vops = ¶ms->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 D | ops_impl.h | 457 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 D | vnode.h | 95 #define vn_matchops(vp, vops) ((vp)->v_op == &(vops)) argument
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ctldir.c | 167 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 D | vfs_subr.c | 1724 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 D | vnode.h | 672 int getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
|