Home
last modified time | relevance | path

Searched refs:path_fileops (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_mmap.c67 if (fp->f_ops == &path_fileops) in linux_mmap_check_fp()
/freebsd/sys/kern/
H A Dkern_descrip.c655 if (fp->f_ops == &path_fileops) { in kern_fcntl()
740 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
845 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
901 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
3709 if (fp->f_ops != &path_fileops && in _fget()
3974 if (fp->f_ops == &path_fileops) { in sys_flock()
5570 const struct fileops path_fileops = { variable
H A Dvfs_syscalls.c1213 DTYPE_VNODE, NULL, &path_fileops); in finit_open()
4549 if (__predict_false((*fpp)->f_ops == &path_fileops)) { in getvnode()
H A Dvfs_aio.c1629 if (fp != NULL && fp->f_ops == &path_fileops) { in aio_aqueue()
/freebsd/sys/sys/
H A Dfile.h269 extern const struct fileops path_fileops;