Searched refs:path_fileops (Results 1 – 4 of 4) sorted by relevance
655 if (fp->f_ops == &path_fileops) { in kern_fcntl()740 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()845 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()901 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()3681 if (fp->f_ops != &path_fileops && in _fget()3946 if (fp->f_ops == &path_fileops) { in sys_flock()5542 const struct fileops path_fileops = { variable
1210 DTYPE_VNODE, NULL, &path_fileops); in finit_open()4505 if (__predict_false((*fpp)->f_ops == &path_fileops)) { in getvnode()
1629 if (fp != NULL && fp->f_ops == &path_fileops) { in aio_aqueue()
268 extern const struct fileops path_fileops;