Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_descrip.c656 if (fp->f_ops == &path_fileops) { in kern_fcntl()
732 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
837 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
893 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
3629 if (fp->f_ops != &path_fileops && in _fget()
3894 if (fp->f_ops == &path_fileops) { in sys_flock()
5488 const struct fileops path_fileops = { variable
H A Dvfs_syscalls.c1213 DTYPE_VNODE, NULL, &path_fileops); in finit_open()
4508 if (__predict_false((*fpp)->f_ops == &path_fileops)) { in getvnode()
H A Dvfs_aio.c1627 if (fp != NULL && fp->f_ops == &path_fileops) { in aio_aqueue()
/freebsd/sys/sys/
H A Dfile.h257 extern const struct fileops path_fileops;