Searched refs:zeroing (Results 1 – 2 of 2) sorted by relevance
587 unsigned offset, unsigned count, int zeroing) in fuse_copy_page() argument589 if (page && zeroing && count < PAGE_SIZE) { in fuse_copy_page()615 int zeroing) in fuse_copy_pages() argument622 for (i = 0; i < req->num_pages && (nbytes || zeroing); i++) { in fuse_copy_pages()624 int err = fuse_copy_page(cs, page, offset, count, zeroing); in fuse_copy_pages()652 int zeroing) in fuse_copy_args() argument660 err = fuse_copy_pages(cs, arg->size, zeroing); in fuse_copy_args()
28 instead do the zeroing by hand at the block level rather than page