Lines Matching refs:nr_bytes
140 size_t nr_bytes; in read_from_oldmem() local
152 nr_bytes = PAGE_SIZE - offset; in read_from_oldmem()
154 nr_bytes = count; in read_from_oldmem()
160 memset(buf, 0, nr_bytes); in read_from_oldmem()
161 else if (clear_user(buf, nr_bytes)) in read_from_oldmem()
166 nr_bytes, in read_from_oldmem()
170 tmp = copy_oldmem_page(pfn, buf, nr_bytes, in read_from_oldmem()
178 *ppos += nr_bytes; in read_from_oldmem()
179 count -= nr_bytes; in read_from_oldmem()
180 buf += nr_bytes; in read_from_oldmem()
181 read += nr_bytes; in read_from_oldmem()