Searched refs:hpfs_get_block (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/hpfs/ |
D | file.c | 77 static int hpfs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int … in hpfs_get_block() function 120 return mpage_readpage(page, hpfs_get_block); in hpfs_readpage() 125 return block_write_full_page(page, hpfs_get_block, wbc); in hpfs_writepage() 131 return mpage_readpages(mapping, pages, nr_pages, hpfs_get_block); in hpfs_readpages() 137 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages() 162 hpfs_get_block, in hpfs_write_begin() 190 return generic_block_bmap(mapping, block, hpfs_get_block); in _hpfs_bmap() 195 return generic_block_fiemap(inode, fieinfo, start, len, hpfs_get_block); in hpfs_fiemap()
|