Home
last modified time | relevance | path

Searched refs:get_block_t (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dmpage.h18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
19 int mpage_read_folio(struct folio *folio, get_block_t get_block);
21 struct writeback_control *wbc, get_block_t get_block);
Dbuffer_head.h255 int block_write_full_page(struct page *page, get_block_t *get_block,
258 get_block_t *get_block, struct writeback_control *wbc,
260 int block_read_full_folio(struct folio *, get_block_t *);
263 struct page **pagep, get_block_t *get_block);
265 get_block_t *get_block);
276 get_block_t *, loff_t *);
280 get_block_t get_block);
293 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
294 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
Dfs.h90 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef
3277 get_block_t get_block,
3284 get_block_t get_block) in blockdev_direct_IO()