| 91 | void foffset_unlock_uio(struct file *fp, struct uio *uio, int flags); |
| 92 | |
| 93 | static inline off_t |
| 94 | foffset_get(struct file *fp) |
| 95 | { |
| 96 | |
| 97 | return (foffset_lock(fp, FOF_NOLOCK)); |
| 98 | } |
| 99 | |
| 100 | typedef int fo_rdwr_t(struct file *fp, struct uio *uio, |
| 101 | struct ucred *active_cred, int flags, |
no test coverage detected