Home
last modified time | relevance | path

Searched defs:vops (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode.h96 #define vn_matchops(vp, vops) ((vp)->v_op == &(vops)) argument
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c168 const char *tag, struct vop_vector *vops, in sfs_vgetx()
/freebsd/sys/sys/
H A Dvnode.h692 cache_validate_vop_vector(struct mount *mp, struct vop_vector *vops) in cache_validate_vop_vector() argument
/freebsd/sys/kern/
H A Dvfs_cache.c4195 cache_validate_vop_vector(struct mount * mp,struct vop_vector * vops) cache_validate_vop_vector() argument
H A Dvfs_subr.c2073 getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops, in getnewvnode()