Lines Matching defs:folio
361 * ntfs_read_folio - fill a @folio of a @file with data from the device
362 * @file: open file to which the folio @folio belongs or NULL
363 * @folio: page cache folio to fill with data
365 * For non-resident attributes, ntfs_read_folio() fills the @folio of the open
368 * associated with the folio asynchronously.
370 * For resident attributes, OTOH, ntfs_read_folio() fills @folio by copying the
378 static int ntfs_read_folio(struct file *file, struct folio *folio)
380 struct page *page = &folio->page;
1355 struct folio *folio = page_folio(page);
1360 block_invalidate_folio(folio, 0, folio_size(folio));
1361 folio_unlock(folio);