| 363 | } |
| 364 | |
| 365 | static __inline int |
| 366 | fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, |
| 367 | struct thread *td) |
| 368 | { |
| 369 | |
| 370 | return ((*fp->f_ops->fo_stat)(fp, sb, active_cred, td)); |
| 371 | } |
| 372 | |
| 373 | static __inline int |
| 374 | fo_close(struct file *fp, struct thread *td) |
no outgoing calls
no test coverage detected