| 331 | } |
| 332 | |
| 333 | static __inline int |
| 334 | fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, |
| 335 | int flags, struct thread *td) |
| 336 | { |
| 337 | |
| 338 | return ((*fp->f_ops->fo_write)(fp, uio, active_cred, flags, td)); |
| 339 | } |
| 340 | |
| 341 | static __inline int |
| 342 | fo_truncate(struct file *fp, off_t length, struct ucred *active_cred, |
no outgoing calls
no test coverage detected