Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fat/
Dinode.c108 static int fat_get_block(struct inode *inode, sector_t iblock, in fat_get_block() function
124 return block_write_full_page(page, fat_get_block, wbc); in fat_writepage()
130 return mpage_writepages(mapping, wbc, fat_get_block); in fat_writepages()
135 return mpage_readpage(page, fat_get_block); in fat_readpage()
141 return mpage_readpages(mapping, pages, nr_pages, fat_get_block); in fat_readpages()
162 pagep, fsdata, fat_get_block, in fat_write_begin()
215 fat_get_block); in fat_direct_IO()
228 blocknr = generic_block_bmap(mapping, block, fat_get_block); in _fat_bmap()