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

/linux-master/fs/fat/
H A Dinode.c183 static int fat_get_block(struct inode *inode, sector_t iblock, function
200 return mpage_writepages(mapping, wbc, fat_get_block);
205 return mpage_read_folio(folio, fat_get_block);
210 mpage_readahead(rac, fat_get_block);
231 pagep, fsdata, fat_get_block,
281 * condition of fat_get_block() and ->truncate().
283 ret = blockdev_direct_IO(iocb, inode, iter, fat_get_block);
336 return block_truncate_page(inode->i_mapping, from, fat_get_block);

Completed in 149 milliseconds