Lines Matching defs:page
31 * @page: page if @is_in_root is 'false' and NULL otherwise
41 * @page are NULL in this case.
44 * and @page point to the index allocation block and the mapped, locked page it
71 struct page *page;
86 * Call flush_dcache_page() for the page in which an index entry resides.
91 * If the index entry is in the index root attribute, simply flush the page
95 * attribute, simply flush the page cache page containing the index block.
102 flush_dcache_page(ictx->page);
118 * page cache page the index block is in dirty. This automatically marks the
120 * too (I_DIRTY_PAGES) and this in turn ensures the page buffers, and hence the
128 mark_ntfs_record_dirty(ictx->page,
129 (u8*)ictx->ia - (u8*)page_address(ictx->page));