Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dfile.h253 extern struct fileops path_fileops;
/freebsd-14.2/sys/kern/
H A Dkern_descrip.c564 if (fp->f_ops == &path_fileops) { in kern_fcntl()
640 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
745 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
801 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
3444 if (fp->f_ops != &path_fileops && in _fget()
3707 if (fp->f_ops == &path_fileops) { in sys_flock()
5301 struct fileops path_fileops = { variable
H A Dvfs_syscalls.c1225 DTYPE_VNODE, NULL, &path_fileops); in openatfp()
4380 if (__predict_false((*fpp)->f_ops == &path_fileops)) { in getvnode()
H A Dvfs_aio.c1626 if (fp != NULL && fp->f_ops == &path_fileops) { in aio_aqueue()