Searched refs:exfat_get_block (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/staging/exfat/ |
| D | exfat_super.c | 3130 static int exfat_get_block(struct inode *inode, sector_t iblock, in exfat_get_block() function 3165 return mpage_readpage(page, exfat_get_block); in exfat_readpage() 3171 return mpage_readpages(mapping, pages, nr_pages, exfat_get_block); in exfat_readpages() 3176 return block_write_full_page(page, exfat_get_block, wbc); in exfat_writepage() 3182 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages() 3204 exfat_get_block, in exfat_write_begin() 3246 ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block); in exfat_direct_IO() 3259 blocknr = generic_block_bmap(mapping, block, exfat_get_block); in _exfat_bmap()
|