Searched refs:path_fileops (Results 1 – 4 of 4) sorted by relevance
253 extern struct fileops path_fileops;
564 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
1225 DTYPE_VNODE, NULL, &path_fileops); in openatfp()4380 if (__predict_false((*fpp)->f_ops == &path_fileops)) { in getvnode()
1626 if (fp != NULL && fp->f_ops == &path_fileops) { in aio_aqueue()