Searched refs:exfat_get_block (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/exfat/ |
D | inode.c | 290 static int exfat_get_block(struct inode *inode, sector_t iblock, in exfat_get_block() function 362 return mpage_readpage(page, exfat_get_block); in exfat_readpage() 367 mpage_readahead(rac, exfat_get_block); in exfat_readahead() 372 return block_write_full_page(page, exfat_get_block, wbc); in exfat_writepage() 378 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages() 399 exfat_get_block, in exfat_write_begin() 463 ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block); in exfat_direct_IO() 475 blocknr = generic_block_bmap(mapping, block, exfat_get_block); in exfat_aop_bmap() 489 return block_truncate_page(inode->i_mapping, from, exfat_get_block); in exfat_block_truncate_page()
|