Searched refs:ntfs_writepage (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | aops.c | 403 * ntfs_writepage() of MstProtected() attributes. in ntfs_readpage() 620 * were zeroed by ntfs_writepage(). in ntfs_write_block() 623 * ntfs_writepage() has not done any clearing because in ntfs_write_block() 1314 * ntfs_writepage - write a @page to the backing store 1321 * For non-resident attributes, ntfs_writepage() writes the @page by calling 1326 * For resident attributes, OTOH, ntfs_writepage() writes the @page by copying 1336 static int ntfs_writepage(struct page *page, struct writeback_control *wbc) in ntfs_writepage() function 1655 .writepage = ntfs_writepage, 1670 .writepage = ntfs_writepage, 1685 .writepage = ntfs_writepage, /* Writ [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | aops.c | 404 * ntfs_writepage() of MstProtected() attributes. in ntfs_read_folio() 621 * were zeroed by ntfs_writepage(). in ntfs_write_block() 624 * ntfs_writepage() has not done any clearing because in ntfs_write_block() 1316 * ntfs_writepage - write a @page to the backing store 1323 * For non-resident attributes, ntfs_writepage() writes the @page by calling 1328 * For resident attributes, OTOH, ntfs_writepage() writes the @page by copying 1338 static int ntfs_writepage(struct page *page, struct writeback_control *wbc) in ntfs_writepage() function 1658 .writepage = ntfs_writepage, 1673 .writepage = ntfs_writepage, 1688 .writepage = ntfs_writepage, /* Writ [all...] |
Completed in 4 milliseconds