Lines Matching refs:eof
4781 unsigned long *maxcount, u32 *eof, in nfsd4_encode_read_plus_data() argument
4807 resp->rqstp->rq_vec, read->rd_vlen, maxcount, eof); in nfsd4_encode_read_plus_data()
4828 unsigned long *maxcount, u32 *eof) in nfsd4_encode_read_plus_hole() argument
4839 return nfsd4_encode_read_plus_data(resp, read, maxcount, eof, &f_size); in nfsd4_encode_read_plus_hole()
4851 *eof = (read->rd_offset + count) >= f_size; in nfsd4_encode_read_plus_hole()
4869 u32 eof; in nfsd4_encode_read_plus() local
4885 eof = read->rd_offset >= i_size_read(file_inode(file)); in nfsd4_encode_read_plus()
4886 if (eof) in nfsd4_encode_read_plus()
4892 while (count > 0 && !eof) { in nfsd4_encode_read_plus()
4895 nfserr = nfsd4_encode_read_plus_data(resp, read, &maxcount, &eof, in nfsd4_encode_read_plus()
4898 nfserr = nfsd4_encode_read_plus_hole(resp, read, &maxcount, &eof); in nfsd4_encode_read_plus()
4915 eof = 0; in nfsd4_encode_read_plus()
4917 tmp = htonl(eof); in nfsd4_encode_read_plus()
5094 u32 cookie_offset, count_offset, eof; in nfsd4_encode_listxattrs() local
5103 eof = 1; in nfsd4_encode_listxattrs()
5147 eof = 0; in nfsd4_encode_listxattrs()
5187 *p = cpu_to_be32(eof); in nfsd4_encode_listxattrs()