Searched refs:get_block_t (Results 1 – 9 of 9) 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 | 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 | mpage.c | 139 get_block_t *get_block; 359 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead() 381 int mpage_read_folio(struct folio *folio, get_block_t get_block) in mpage_read_folio() 416 get_block_t *get_block; 653 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages()
|
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);
|
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/ext4/ |
H A D | inode.c | 1158 get_block_t *get_block) in ext4_block_write_begin() 1988 * This is a special get_block_t callback which is used by 6638 get_block_t get_block) in ext4_block_page_mkwrite() 6697 get_block_t *get_block = ext4_get_block; in ext4_page_mkwrite()
|
H A D | ext4.h | 3892 get_block_t *get_block);
|
/linux/fs/ocfs2/ |
H A D | aops.c | 2422 get_block_t *get_block; in ocfs2_direct_IO()
|