Lines Matching refs:page
36 * Call flush_dcache_page() for the page in which an mft record resides.
43 flush_dcache_page(ni->page);
49 * mark_mft_record_dirty - set the mft record and the page containing it dirty
53 * as well as the page containing the mft record, dirty. Also, mark the base
77 * locks the page for the duration of the write. This ensures that there are
79 * paths and via the page cache write back code paths or between writing
80 * neighbouring mft records residing in the same page.
82 * Locking the page also serializes us against ->read_folio() if the page is not
90 struct page *page = ni->page;
93 BUG_ON(!page);
94 lock_page(page);
96 unlock_page(page);