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

/linux-4.1.27/fs/fat/
H A Dinode.c162 static int fat_get_block(struct inode *inode, sector_t iblock, fat_get_block() function
178 return block_write_full_page(page, fat_get_block, wbc); fat_writepage()
184 return mpage_writepages(mapping, wbc, fat_get_block); fat_writepages()
189 return mpage_readpage(page, fat_get_block); fat_readpage()
195 return mpage_readpages(mapping, pages, nr_pages, fat_get_block); fat_readpages()
216 pagep, fsdata, fat_get_block, fat_write_begin()
266 * condition of fat_get_block() and ->truncate(). fat_direct_IO()
268 ret = blockdev_direct_IO(iocb, inode, iter, offset, fat_get_block); fat_direct_IO()
281 blocknr = generic_block_bmap(mapping, block, fat_get_block); _fat_bmap()
296 return block_truncate_page(inode->i_mapping, from, fat_get_block); fat_block_truncate_page()

Completed in 36 milliseconds