Searched refs:get_block (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | mpage.h | 18 void mpage_readahead(struct readahead_control *, get_block_t get_block); 19 int mpage_readpage(struct page *page, get_block_t get_block); 21 struct writeback_control *wbc, get_block_t get_block); 22 int mpage_writepage(struct page *page, get_block_t *get_block,
|
D | buffer_head.h | 255 int block_write_full_page(struct page *page, get_block_t *get_block, 258 get_block_t *get_block, struct writeback_control *wbc, 264 unsigned flags, struct page **pagep, get_block_t *get_block); 266 get_block_t *get_block); 281 get_block_t get_block); 302 int nobh_writepage(struct page *page, get_block_t *get_block,
|
D | fs.h | 3328 get_block_t get_block, 3335 get_block_t get_block) in blockdev_direct_IO() argument 3338 get_block, NULL, NULL, DIO_LOCKING | DIO_SKIP_HOLES); in blockdev_direct_IO()
|