Lines Matching defs:exfat_get_block
288 static int exfat_get_block(struct inode *inode, sector_t iblock,
360 return mpage_readpage(page, exfat_get_block);
365 mpage_readahead(rac, exfat_get_block);
370 return block_write_full_page(page, exfat_get_block, wbc);
376 return mpage_writepages(mapping, wbc, exfat_get_block);
397 exfat_get_block,
459 * condition of exfat_get_block() and ->truncate().
461 ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block);
473 blocknr = generic_block_bmap(mapping, block, exfat_get_block);
487 return block_truncate_page(inode->i_mapping, from, exfat_get_block);