Lines Matching defs:page
478 * greater than page size, so we have to truncate them
759 struct page *page;
778 page = find_or_create_page(mapping, index, GFP_NOFS);
779 if (!page) {
785 /* Get the offsets within the page that we want to zero */
807 ret = __block_write_begin(page, block_start + 1, 0,
816 ret = block_commit_write(page, block_start + 1,
825 * fs-writeback will release the dirty pages without page lock
842 unlock_page(page);
843 put_page(page);
1605 /* No page cache for EOF blocks, issue zero out to disk. */
1797 * There's no need to get fancy with the page cache
1799 * about less than a page here, which will be cached
2684 /* Zap any page cache for the destination file's range. */