Lines Matching refs:f_ops
656 if (fp->f_ops == &path_fileops) { in kern_fcntl()
732 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
837 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
893 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
2236 fp->f_ops = &badfileops; in _falloc_noinstall()
2530 if ((ofde->fde_file->f_ops->fo_flags & DFLAG_PASSABLE) == 0 || in fdcopy()
2979 atomic_store_rel_ptr((volatile uintptr_t *)&fp->f_ops, (uintptr_t)ops); in finit()
3286 if (__predict_false(fp->f_ops == &badfileops)) { in fgetvp_lookup()
3613 if (__predict_false(fp->f_ops == &badfileops)) { in _fget()
3629 if (fp->f_ops != &path_fileops && in _fget()
3679 if (__predict_false(fp->f_ops == &badfileops)) { in fget_mmap()
3796 if (fp->f_ops == &badfileops) { in fgetvp_rights()
3894 if (fp->f_ops == &path_fileops) { in sys_flock()
5483 fp->f_ops = &badfileops; in path_close()