Searched refs:nr_bytes (Results 1 – 2 of 2) sorted by relevance
112 size_t nr_bytes; in read_from_oldmem() local123 nr_bytes = PAGE_SIZE - offset; in read_from_oldmem()125 nr_bytes = count; in read_from_oldmem()131 memset(buf, 0, nr_bytes); in read_from_oldmem()132 else if (clear_user(buf, nr_bytes)) in read_from_oldmem()137 nr_bytes, in read_from_oldmem()141 tmp = copy_oldmem_page(pfn, buf, nr_bytes, in read_from_oldmem()147 *ppos += nr_bytes; in read_from_oldmem()148 count -= nr_bytes; in read_from_oldmem()149 buf += nr_bytes; in read_from_oldmem()[all …]
309 int nr_bytes = do_sb_end - *dest_ofs; in ntfs_decompress() local314 memset(dp_addr, 0, nr_bytes); in ntfs_decompress()315 *dest_ofs += nr_bytes; in ntfs_decompress()