Home
last modified time | relevance | path

Searched refs:exfat_get_block (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/exfat/
H A Dinode.c288 static int exfat_get_block(struct inode *inode, sector_t iblock, in exfat_get_block() function
360 return mpage_readpage(page, exfat_get_block); in exfat_readpage()
365 mpage_readahead(rac, exfat_get_block); in exfat_readahead()
370 return block_write_full_page(page, exfat_get_block, wbc); in exfat_writepage()
376 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
397 exfat_get_block, in exfat_write_begin()
459 * condition of exfat_get_block() and ->truncate(). in exfat_direct_IO()
461 ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block); in exfat_direct_IO()
473 blocknr = generic_block_bmap(mapping, block, exfat_get_block); in exfat_aop_bmap()
487 return block_truncate_page(inode->i_mapping, from, exfat_get_block); in exfat_block_truncate_page()
[all...]
/kernel/linux/linux-6.6/fs/exfat/
H A Dinode.c266 static int exfat_get_block(struct inode *inode, sector_t iblock, in exfat_get_block() function
338 return mpage_read_folio(folio, exfat_get_block); in exfat_read_folio()
343 mpage_readahead(rac, exfat_get_block); in exfat_readahead()
349 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
371 exfat_get_block, in exfat_write_begin()
433 * condition of exfat_get_block() and ->truncate(). in exfat_direct_IO()
435 ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block); in exfat_direct_IO()
447 blocknr = generic_block_bmap(mapping, block, exfat_get_block); in exfat_aop_bmap()
461 return block_truncate_page(inode->i_mapping, from, exfat_get_block); in exfat_block_truncate_page()

Completed in 2 milliseconds