Searched refs:get_block_t (Results 1 – 8 of 8) 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 | 256 get_block_t *get_block, struct writeback_control *wbc); 257 int block_read_full_folio(struct folio *, get_block_t *); 260 struct folio **foliop, get_block_t *get_block); 262 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 | 96 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef 3304 get_block_t get_block, 3311 get_block_t get_block) in blockdev_direct_IO()
|
/linux/fs/ |
H A D | internal.h | 37 get_block_t *get_block, const struct iomap *iomap);
|
H A D | direct-io.c | 87 get_block_t *get_block; /* block mapping function */ 1107 get_block_t get_block, dio_iodone_t end_io, in __blockdev_direct_IO()
|
/linux/fs/ocfs2/ |
H A D | aops.c | 2445 get_block_t *get_block; in ocfs2_direct_IO()
|
/linux/fs/ext4/ |
H A D | inode.c | 1024 get_block_t *get_block) in ext4_block_write_begin() 6152 get_block_t *get_block; in ext4_page_mkwrite()
|
H A D | ext4.h | 3862 get_block_t *get_block);
|