Searched refs:ntfs_get_block (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/fs/ntfs3/ |
D | inode.c | 659 int ntfs_get_block(struct inode *inode, sector_t vbn, in ntfs_get_block() function 704 return mpage_readpage(page, ntfs_get_block); in ntfs_readpage() 734 mpage_readahead(rac, ntfs_get_block); in ntfs_readahead() 843 return block_write_full_page(page, ntfs_get_block, wbc); in ntfs_writepage() 852 get_block_t *get_block = is_resident(ni) ? NULL : &ntfs_get_block; in ntfs_writepages()
|
D | file.c | 233 ntfs_get_block(inode, iblock, bh, 0); in ntfs_zero_range() 484 ntfs_get_block); in ntfs_truncate()
|
D | ntfs_fs.h | 691 int ntfs_get_block(struct inode *inode, sector_t vbn,
|