Searched refs:ntfs_write_block (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | aops.c | 509 * ntfs_write_block - write a @page to the backing store 530 static int ntfs_write_block(struct page *page, struct writeback_control *wbc) in ntfs_write_block() function 896 * Based on ntfs_write_block(), ntfs_mft_writepage(), and 1323 * ntfs_write_block(), which in turn if necessary creates and writes the 1409 return ntfs_write_block(page, wbc); in ntfs_writepage()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | aops.c | 510 * ntfs_write_block - write a @page to the backing store 531 static int ntfs_write_block(struct page *page, struct writeback_control *wbc) in ntfs_write_block() function 898 * Based on ntfs_write_block(), ntfs_mft_writepage(), and 1325 * ntfs_write_block(), which in turn if necessary creates and writes the 1412 return ntfs_write_block(page, wbc); in ntfs_writepage()
|
Completed in 5 milliseconds