Home
last modified time | relevance | path

Searched refs:nr_bytes (Results 1 – 2 of 2) sorted by relevance

/fs/proc/
Dvmcore.c92 size_t nr_bytes; in read_from_oldmem() local
103 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()
/fs/ntfs/
Dcompress.c325 int nr_bytes = do_sb_end - *dest_ofs; in ntfs_decompress() local
330 memset(dp_addr, 0, nr_bytes); in ntfs_decompress()
331 *dest_ofs += nr_bytes; in ntfs_decompress()