Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dfile.h246 extern struct fileops path_fileops;
/freebsd-13.1/sys/kern/
H A Dkern_descrip.c554 if (fp->f_ops == &path_fileops) { in kern_fcntl()
623 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
728 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
784 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
3465 if (fp->f_ops != &path_fileops && in _fget()
3728 if (fp->f_ops == &path_fileops) { in sys_flock()
5207 struct fileops path_fileops = { variable
H A Dvfs_syscalls.c1210 DTYPE_VNODE, NULL, &path_fileops); in kern_openat()
4345 if (error == 0 && (*fpp)->f_ops == &path_fileops) { in getvnode()
H A Dvfs_aio.c1628 if (fp != NULL && fp->f_ops == &path_fileops) { in aio_aqueue()