| 836 | } |
| 837 | |
| 838 | void |
| 839 | foffset_unlock_uio(struct file *fp, struct uio *uio, int flags) |
| 840 | { |
| 841 | |
| 842 | if ((flags & FOF_OFFSET) == 0) |
| 843 | foffset_unlock(fp, uio->uio_offset, flags); |
| 844 | } |
| 845 | |
| 846 | static int |
| 847 | get_advice(struct file *fp, struct uio *uio) |
no test coverage detected