Home
last modified time | relevance | path

Searched refs:badfileops (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_procdesc.c359 fp->f_ops = &badfileops; in procdesc_close()
H A Dvfs_syscalls.c1148 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()
H A Dsys_socket.c361 fp->f_ops = &badfileops; in soo_close()
H A Dkern_descrip.c2039 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
H A Dvfs_lookup.c374 if (dfp->f_ops == &badfileops) { in namei_setup()
H A Dvfs_vnops.c429 if (fp->f_ops == &badfileops) { in vn_open_vnode()
1760 fp->f_ops = &badfileops; in vn_closefile()
H A Dsys_pipe.c1545 fp->f_ops = &badfileops; in pipe_close()
H A Dtty.c2094 if (fp->f_ops == &badfileops) { in ttyhook_register()
H A Duipc_mqueue.c2533 fp->f_ops = &badfileops; in mqf_close()
/f-stack/freebsd/sys/
H A Dfile.h241 extern struct fileops badfileops;