| 371 | } |
| 372 | |
| 373 | static __inline int |
| 374 | fo_close(struct file *fp, struct thread *td) |
| 375 | { |
| 376 | |
| 377 | return ((*fp->f_ops->fo_close)(fp, td)); |
| 378 | } |
| 379 | |
| 380 | static __inline int |
| 381 | fo_kqfilter(struct file *fp, struct knote *kn) |
no outgoing calls
no test coverage detected