Lines Matching refs:get_block
94 * support function for mpage_readahead. The fs supplied get_block might
97 * to get_block.
144 get_block_t *get_block;
154 * get_block() call.
231 if (args->get_block(inode, block_in_file, map_bh, 0))
246 * the get_block call, in which case we don't want to
248 * we just collected from get_block into the page's buffers
249 * so readpage doesn't have to repeat the get_block call
334 block_read_full_page(page, args->get_block);
343 * @get_block: The filesystem's block mapper function.
372 * So what we do it to allow the filesystem's get_block() function to set
379 void mpage_readahead(struct readahead_control *rac, get_block_t get_block)
383 .get_block = get_block,
402 int mpage_readpage(struct page *page, get_block_t get_block)
407 .get_block = get_block,
437 get_block_t *get_block;
566 if (mpd->get_block(inode, block_in_file, &map_bh, 1))
680 * @get_block: the filesystem's block mapper function.
697 struct writeback_control *wbc, get_block_t get_block)
704 if (!get_block)
710 .get_block = get_block,
726 int mpage_writepage(struct page *page, get_block_t get_block,
732 .get_block = get_block,