Searched refs:get_block_t (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | mpage.h | 18 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);
|
| H A D | buffer_head.h | 258 get_block_t *get_block, struct writeback_control *wbc); 259 int block_read_full_folio(struct folio *, get_block_t *); 262 struct folio **foliop, get_block_t *get_block); 264 get_block_t *get_block); 272 get_block_t *, loff_t *); 276 get_block_t get_block); 277 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *); 278 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
|
| H A D | fs.h | 89 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef 3105 get_block_t get_block, 3112 get_block_t get_block) in blockdev_direct_IO()
|
| /linux/fs/ |
| H A D | mpage.c | 139 get_block_t *get_block; 359 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead() 387 int mpage_read_folio(struct folio *folio, get_block_t get_block) in mpage_read_folio() 422 get_block_t *get_block; 659 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages()
|
| H A D | buffer.c | 1834 get_block_t *get_block, struct writeback_control *wbc) in __block_write_full_folio() 2108 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() 2189 get_block_t *get_block) in __block_write_begin() 2242 struct folio **foliop, get_block_t *get_block) in block_write_begin() 2386 int block_read_full_folio(struct folio *folio, get_block_t *get_block) in block_read_full_folio() 2574 void **fsdata, get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2614 get_block_t get_block) in block_page_mkwrite() 2652 loff_t from, get_block_t *get_block) in block_truncate_page() 2754 get_block_t *get_block) in generic_block_bmap()
|
| /linux/fs/ocfs2/ |
| H A D | aops.c | 2421 get_block_t *get_block; in ocfs2_direct_IO()
|