Home
last modified time | relevance | path

Searched refs:ntfs_readpage (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Daops.c361 * ntfs_readpage - fill a @page of a @file with data from the device
365 * For non-resident attributes, ntfs_readpage() fills the @page of the open
370 * For resident attributes, OTOH, ntfs_readpage() fills @page by copying the
378 static int ntfs_readpage(struct file *file, struct page *page) in ntfs_readpage() function
642 * and the current page. Just use ntfs_readpage() to do in ntfs_write_block()
1332 * Based on ntfs_readpage() and fs/buffer.c::block_write_full_page().
1653 .readpage = ntfs_readpage,
1668 .readpage = ntfs_readpage,
1683 .readpage = ntfs_readpage, /* Fill page with data. */

Completed in 3 milliseconds