Searched refs:nr_bytes (Results 1 – 2 of 2) sorted by relevance
92 size_t nr_bytes; in read_from_oldmem() local103 nr_bytes = PAGE_SIZE - offset; in read_from_oldmem()105 nr_bytes = count; in read_from_oldmem()109 memset(buf, 0, nr_bytes); in read_from_oldmem()111 tmp = copy_oldmem_page(pfn, buf, nr_bytes, in read_from_oldmem()116 *ppos += nr_bytes; in read_from_oldmem()117 count -= nr_bytes; in read_from_oldmem()118 buf += nr_bytes; in read_from_oldmem()119 read += nr_bytes; in read_from_oldmem()
325 int nr_bytes = do_sb_end - *dest_ofs; in ntfs_decompress() local330 memset(dp_addr, 0, nr_bytes); in ntfs_decompress()331 *dest_ofs += nr_bytes; in ntfs_decompress()