Searched refs:get_block_t (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/include/linux/ |
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);
|
D | buffer_head.h | 255 int block_write_full_page(struct page *page, get_block_t *get_block, 258 get_block_t *get_block, struct writeback_control *wbc, 260 int block_read_full_folio(struct folio *, get_block_t *); 263 struct page **pagep, get_block_t *get_block); 265 get_block_t *get_block); 276 get_block_t *, loff_t *); 280 get_block_t get_block); 293 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *); 294 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
|
D | fs.h | 90 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef 3219 get_block_t get_block, 3226 get_block_t get_block) in blockdev_direct_IO()
|
/linux-6.1.9/fs/ |
D | mpage.c | 121 get_block_t *get_block; 349 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead() 371 int mpage_read_folio(struct folio *folio, get_block_t get_block) in mpage_read_folio() 406 get_block_t *get_block; 655 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages()
|
D | buffer.c | 1695 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() 1954 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() 2039 get_block_t *get_block) in __block_write_begin() 2092 struct page **pagep, get_block_t *get_block) in block_write_begin() 2239 int block_read_full_folio(struct folio *folio, get_block_t *get_block) in block_read_full_folio() 2439 get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2487 get_block_t get_block) in block_page_mkwrite() 2526 loff_t from, get_block_t *get_block) in block_truncate_page() 2602 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() 2636 get_block_t *get_block) in generic_block_bmap()
|
D | internal.h | 42 get_block_t *get_block, const struct iomap *iomap);
|
D | direct-io.c | 88 get_block_t *get_block; /* block mapping function */ 1124 get_block_t get_block, dio_iodone_t end_io, in __blockdev_direct_IO()
|
/linux-6.1.9/fs/ocfs2/ |
D | aops.c | 2430 get_block_t *get_block; in ocfs2_direct_IO()
|
/linux-6.1.9/fs/ext4/ |
D | inode.c | 1060 get_block_t *get_block) in ext4_block_write_begin() 6151 get_block_t *get_block; in ext4_page_mkwrite()
|