Searched refs:blkdev_get_block (Results 1 – 1 of 1) sorted by relevance
/linux/block/ |
H A D | fops.c | 459 static int blkdev_get_block(struct inode *inode, sector_t iblock, in blkdev_get_block() function 483 err = block_write_full_folio(folio, wbc, blkdev_get_block); in blkdev_writepages() 491 return block_read_full_folio(folio, blkdev_get_block); in blkdev_read_folio() 496 mpage_readahead(rac, blkdev_get_block); in blkdev_readahead() 504 return block_write_begin(mapping, pos, len, foliop, blkdev_get_block); in blkdev_write_begin()
|