Searched refs:blkdev_get_block (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/block/ |
D | fops.c | 26 static int blkdev_get_block(struct inode *inode, sector_t iblock, in blkdev_get_block() function 376 return block_write_full_page(page, blkdev_get_block, wbc); in blkdev_writepage() 381 return block_read_full_folio(folio, blkdev_get_block); in blkdev_read_folio() 386 mpage_readahead(rac, blkdev_get_block); in blkdev_readahead() 392 return block_write_begin(mapping, pos, len, pagep, blkdev_get_block); in blkdev_write_begin()
|