Lines Matching defs:eof
3773 u32 eof;
3783 file, read->rd_offset, &maxcount, &eof);
3795 *(p++) = htonl(eof);
3830 u32 eof;
3842 &eof);
3850 tmp = htonl(eof);
3877 p = xdr_reserve_space(xdr, 8); /* eof flag and byte count */
4617 unsigned long *maxcount, u32 *eof,
4643 resp->rqstp->rq_vec, read->rd_vlen, maxcount, eof);
4664 unsigned long *maxcount, u32 *eof)
4675 return nfsd4_encode_read_plus_data(resp, read, maxcount, eof, &f_size);
4687 *eof = (read->rd_offset + count) >= f_size;
4705 u32 eof;
4711 /* eof flag, segment count */
4723 eof = read->rd_offset >= i_size_read(file_inode(file));
4724 if (eof)
4730 while (count > 0 && !eof) {
4733 nfserr = nfsd4_encode_read_plus_data(resp, read, &maxcount, &eof,
4736 nfserr = nfsd4_encode_read_plus_hole(resp, read, &maxcount, &eof);
4753 eof = 0;
4755 tmp = htonl(eof);
4931 u32 cookie_offset, count_offset, eof;
4940 eof = 1;
4984 eof = 0;
5024 *p = cpu_to_be32(eof);