Lines Matching defs:eof
985 unsigned long *count, u32 *eof, ssize_t host_err)
989 *eof = nfsd_eof_on_read(file, offset, host_err, *count);
1007 * @eof: OUT: set non-zero if operation reached the end of the file
1014 u32 *eof)
1026 return nfsd_finish_read(rqstp, fhp, file, offset, count, eof, host_err);
1037 * @eof: OUT: set non-zero if operation reached the end of the file
1047 unsigned int base, u32 *eof)
1070 return nfsd_finish_read(rqstp, fhp, file, offset, count, eof, host_err);
1204 * @eof: OUT: set non-zero if operation reached the end of the file
1215 loff_t offset, unsigned long *count, u32 *eof)
1228 err = nfsd_splice_read(rqstp, fhp, file, offset, count, eof);
1230 err = nfsd_iter_read(rqstp, fhp, file, offset, count, 0, eof);