Searched refs:badfileops (Results 1 – 10 of 10) sorted by relevance
359 fp->f_ops = &badfileops; in procdesc_close()
1148 if (error == ENXIO && fp->f_ops != &badfileops) in kern_openat()1183 if (fp->f_ops == &badfileops) { in kern_openat()4261 if (fp->f_vnode == NULL || fp->f_ops == &badfileops) { in getvnode()4513 KASSERT(fp->f_ops == &badfileops, in kern_fhopen()4816 if (infp->f_ops == &badfileops) { in kern_copy_file_range()4827 if (outfp->f_ops == &badfileops) { in kern_copy_file_range()
361 fp->f_ops = &badfileops; in soo_close()
2039 fp->f_ops = &badfileops; in _falloc_noinstall()3279 if (__predict_false(fp->f_ops == &badfileops)) { in _fget()3344 if (__predict_false(fp->f_ops == &badfileops)) { in fget_mmap()3458 if (fp->f_ops == &badfileops) { in fgetvp_rights()4972 struct fileops badfileops = { variable
374 if (dfp->f_ops == &badfileops) { in namei_setup()
429 if (fp->f_ops == &badfileops) { in vn_open_vnode()1760 fp->f_ops = &badfileops; in vn_closefile()
1545 fp->f_ops = &badfileops; in pipe_close()
2094 if (fp->f_ops == &badfileops) { in ttyhook_register()
2533 fp->f_ops = &badfileops; in mqf_close()
241 extern struct fileops badfileops;