Searched refs:memzero_page (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/isofs/ |
| H A D | compress.c | 70 memzero_page(pages[i], 0, PAGE_SIZE); in zisofs_uncompress_block() 291 memzero_page(*pages, poffset, PAGE_SIZE - poffset); in zisofs_fill_pages()
|
| /linux/fs/hfsplus/ |
| H A D | bnode.c | 160 memzero_page(*pagep, off, l); in hfs_bnode_clear() 165 memzero_page(*++pagep, 0, l); in hfs_bnode_clear() 643 memzero_page(*pagep, node->page_offset, in hfs_bnode_create() 647 memzero_page(*++pagep, 0, PAGE_SIZE); in hfs_bnode_create()
|
| /linux/fs/hfs/ |
| H A D | bnode.c | 194 memzero_page(page, off, len); in hfs_bnode_clear() 532 memzero_page(*pagep, node->page_offset, in hfs_bnode_create() 536 memzero_page(*++pagep, 0, PAGE_SIZE); in hfs_bnode_create()
|
| /linux/include/linux/ |
| H A D | bvec.h | 287 memzero_page(bvec->bv_page, bvec->bv_offset, bvec->bv_len); in memzero_bvec()
|
| H A D | highmem.h | 557 static inline void memzero_page(struct page *page, size_t offset, size_t len) in memzero_page() function
|
| /linux/fs/squashfs/ |
| H A D | file.c | 550 memzero_page(last_page, bytes, PAGE_SIZE - bytes); in squashfs_readahead_fragment() 642 memzero_page(last_page, bytes, in squashfs_readahead()
|
| /linux/fs/ |
| H A D | direct-io.c | 999 memzero_page(page, from, 1 << blkbits); in do_direct_IO()
|
| /linux/block/ |
| H A D | bio.c | 706 memzero_page(bv.bv_page, bv.bv_offset + offset, in bio_truncate()
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 3576 memzero_page(phys_to_page(paddrs[i]), offset_in_page(paddrs[i]), step); in btrfs_data_csum_ok()
|