Home
last modified time | relevance | path

Searched refs:vop_eopnotsupp (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dvnode.h860 int vop_eopnotsupp(struct vop_generic_args *ap);
1044 #define VOP_EOPNOTSUPP ((void*)(uintptr_t)vop_eopnotsupp)
/f-stack/freebsd/kern/
H A Dvfs_default.c165 vop_eopnotsupp(struct vop_generic_args *ap) in vop_eopnotsupp() function