Searched refs:ntfs_get_block (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/fs/ntfs3/ |
| D | inode.c | 657 int ntfs_get_block(struct inode *inode, sector_t vbn, in ntfs_get_block() function 703 return mpage_read_folio(folio, ntfs_get_block); in ntfs_read_folio() 733 mpage_readahead(rac, ntfs_get_block); in ntfs_readahead() 846 return block_write_full_page(page, ntfs_get_block, wbc); in ntfs_writepage() 855 return mpage_writepages(mapping, wbc, ntfs_get_block); in ntfs_writepages()
|
| D | file.c | 231 ntfs_get_block(inode, iblock, bh, 0); in ntfs_zero_range() 482 ntfs_get_block); in ntfs_truncate()
|
| D | ntfs_fs.h | 692 int ntfs_get_block(struct inode *inode, sector_t vbn,
|