Searched refs:get_block_t (Results 1 – 9 of 9) sorted by relevance
/openbmc/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 | 257 int block_write_full_page(struct page *page, get_block_t *get_block, 260 get_block_t *get_block, struct writeback_control *wbc, 262 int block_read_full_folio(struct folio *, get_block_t *); 265 struct page **pagep, get_block_t *get_block); 267 get_block_t *get_block); 278 get_block_t *, loff_t *); 282 get_block_t get_block); 283 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *); 284 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
|
H A D | fs.h | 90 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef 3038 get_block_t get_block, 3045 get_block_t get_block) in blockdev_direct_IO()
|
/openbmc/linux/fs/ |
H A D | mpage.c | 147 get_block_t *get_block; 370 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead() 392 int mpage_read_folio(struct folio *folio, get_block_t get_block) in mpage_read_folio() 427 get_block_t *get_block; 670 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages()
|
H A D | buffer.c | 1814 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_folio() 2087 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() 2171 get_block_t *get_block) in __block_write_begin() 2224 struct page **pagep, get_block_t *get_block) in block_write_begin() 2369 int block_read_full_folio(struct folio *folio, get_block_t *get_block) in block_read_full_folio() 2574 get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2621 get_block_t get_block) in block_page_mkwrite() 2659 loff_t from, get_block_t *get_block) in block_truncate_page() 2732 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() 2765 get_block_t *get_block) in generic_block_bmap()
|
H A D | internal.h | 36 get_block_t *get_block, const struct iomap *iomap);
|
H A D | direct-io.c | 88 get_block_t *get_block; /* block mapping function */ 1106 get_block_t get_block, dio_iodone_t end_io, in __blockdev_direct_IO()
|
/openbmc/linux/fs/ocfs2/ |
H A D | aops.c | 2449 get_block_t *get_block; in ocfs2_direct_IO()
|
/openbmc/linux/fs/ext4/ |
H A D | inode.c | 1044 get_block_t *get_block) in ext4_block_write_begin() 6127 get_block_t *get_block; in ext4_page_mkwrite()
|