Searched refs:path_fileops (Results 1 – 4 of 4) sorted by relevance
246 extern struct fileops path_fileops;
554 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
1210 DTYPE_VNODE, NULL, &path_fileops); in kern_openat()4345 if (error == 0 && (*fpp)->f_ops == &path_fileops) { in getvnode()
1628 if (fp != NULL && fp->f_ops == &path_fileops) { in aio_aqueue()