Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfile.h251 extern struct fileops path_fileops;
/freebsd/sys/kern/
H A Dkern_descrip.c562 if (fp->f_ops == &path_fileops) { in kern_fcntl()
638 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
743 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
799 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
3442 if (fp->f_ops != &path_fileops && in _fget()
3705 if (fp->f_ops == &path_fileops) { in sys_flock()
5277 struct fileops path_fileops = { variable
H A Dvfs_syscalls.c1223 DTYPE_VNODE, NULL, &path_fileops); in openatfp()
4377 if (__predict_false((*fpp)->f_ops == &path_fileops)) { in getvnode()
H A Dvfs_aio.c1625 if (fp != NULL && fp->f_ops == &path_fileops) { in aio_aqueue()