Searched refs:get_block_t (Results 1 – 7 of 7) 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 | 97 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef 3497 get_block_t get_block, 3504 get_block_t get_block) in blockdev_direct_IO()
|
/linux/fs/ |
H A D | buffer.c | 1837 get_block_t *get_block, struct writeback_control *wbc) in __block_write_full_folio() 2111 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() 2192 get_block_t *get_block) in __block_write_begin() 2245 struct folio **foliop, get_block_t *get_block) in block_write_begin() 2389 int block_read_full_folio(struct folio *folio, get_block_t *get_block) in block_read_full_folio() 2577 void **fsdata, get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2617 get_block_t get_block) in block_page_mkwrite() 2655 loff_t from, get_block_t *get_block) in block_truncate_page() 2757 get_block_t *get_block) in generic_block_bmap()
|
H A D | internal.h | 37 get_block_t *get_block, const struct iomap *iomap);
|
/linux/fs/ext4/ |
H A D | inode.c | 1158 get_block_t *get_block) in ext4_block_write_begin() 6638 get_block_t get_block) in ext4_block_page_mkwrite() 6697 get_block_t *get_block = ext4_get_block; in ext4_page_mkwrite()
|
/linux/fs/ocfs2/ |
H A D | aops.c | 2422 get_block_t *get_block; in ocfs2_direct_IO()
|