Searched refs:get_block_t (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | mpage.h | 18 unsigned nr_pages, 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 | 217 int block_write_full_page(struct page *page, get_block_t *get_block, 220 get_block_t *get_block, struct writeback_control *wbc, 222 int block_read_full_page(struct page*, get_block_t*); 226 unsigned flags, struct page **pagep, get_block_t *get_block); 228 get_block_t *get_block); 239 get_block_t *, loff_t *); 243 get_block_t get_block); 256 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *); 257 int block_truncate_page(struct address_space *, loff_t, get_block_t *); 259 struct page **, void **, get_block_t*); [all …]
|
D | fs.h | 90 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef 3189 get_block_t get_block, 3196 get_block_t get_block) in blockdev_direct_IO() 3297 get_block_t *get_block); 3300 u64 len, get_block_t *get_block);
|