Lines Matching defs:page
1339 struct page *page = virt_to_page(super);
1341 put_page(page);
1348 struct page *page;
1356 /* make sure our super fits in the page */
1365 /* pull in the page with our super */
1366 page = read_cache_page_gfp(bdev->bd_inode->i_mapping, index, GFP_KERNEL);
1368 if (IS_ERR(page))
1369 return ERR_CAST(page);
1371 p = page_address(page);
2104 struct page *page;
2113 page = virt_to_page(disk_super);
2114 set_page_dirty(page);
2115 lock_page(page);
2116 /* write_on_page() unlocks the page */
2117 ret = write_one_page(page);
6989 * overallocate but we can keep it as-is, only the first page is used.
6999 * pages up-to-date when the page is larger: extent does not cover the
7000 * whole page and consequently check_page_uptodate does not find all
7001 * the page's extents up-to-date (the hole beyond sb),