Home
last modified time | relevance | path

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

/linux-6.15/fs/exfat/
H A Dinode.c264 static int exfat_get_block(struct inode *inode, sector_t iblock, in exfat_get_block() function
410 return mpage_read_folio(folio, exfat_get_block); in exfat_read_folio()
426 mpage_readahead(rac, exfat_get_block); in exfat_readahead()
435 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
458 ret = block_write_begin(mapping, pos, len, foliop, exfat_get_block); in exfat_write_begin()
506 ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block); in exfat_direct_IO()
540 blocknr = generic_block_bmap(mapping, block, exfat_get_block); in exfat_aop_bmap()
554 return block_truncate_page(inode->i_mapping, from, exfat_get_block); in exfat_block_truncate_page()