Home
last modified time | relevance | path

Searched refs:memzero_page (Results 1 – 6 of 6) sorted by relevance

/linux/fs/isofs/
H A Dcompress.c72 memzero_page(pages[i], off, PAGE_SIZE - off); in zisofs_uncompress_block()
293 memzero_page(*pages, poffset, PAGE_SIZE - poffset); in zisofs_fill_pages()
/linux/include/linux/
H A Dbvec.h322 memzero_page(bvec->bv_page, bvec->bv_offset, bvec->bv_len); in memzero_bvec()
H A Dhighmem.h558 static inline void memzero_page(struct page *page, size_t offset, size_t len) in memzero_page() function
/linux/fs/squashfs/
H A Dfile.c550 memzero_page(last_page, bytes, PAGE_SIZE - bytes); in squashfs_readahead_fragment()
642 memzero_page(last_page, bytes, in squashfs_readahead()
/linux/block/
H A Dbio.c687 memzero_page(bv.bv_page, bv.bv_offset + offset, in bio_truncate()
/linux/fs/btrfs/
H A Dinode.c3583 memzero_page(phys_to_page(paddrs[i]), offset_in_page(paddrs[i]), step); in btrfs_data_csum_ok()