fs/exfat/inode.c
394
return mpage_read_folio(folio, exfat_get_block);
fs/exfat/inode.c
410
mpage_readahead(rac, exfat_get_block);
fs/exfat/inode.c
419
return mpage_writepages(mapping, wbc, exfat_get_block);
fs/exfat/inode.c
443
ret = block_write_begin(mapping, pos, len, foliop, exfat_get_block);
fs/exfat/inode.c
492
ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block);
fs/exfat/inode.c
527
blocknr = generic_block_bmap(mapping, block, exfat_get_block);
fs/exfat/inode.c
541
return block_truncate_page(inode->i_mapping, from, exfat_get_block);