Searched refs:get_block_t (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/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 | 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 *);
|
D | fs.h | 90 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef 3021 get_block_t get_block, 3028 get_block_t get_block) in blockdev_direct_IO()
|
/linux-6.6.21/fs/ |
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()
|
D | buffer.c | 1810 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_folio() 2083 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() 2167 get_block_t *get_block) in __block_write_begin() 2218 struct page **pagep, get_block_t *get_block) in block_write_begin() 2363 int block_read_full_folio(struct folio *folio, get_block_t *get_block) in block_read_full_folio() 2568 get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2615 get_block_t get_block) in block_page_mkwrite() 2653 loff_t from, get_block_t *get_block) in block_truncate_page() 2728 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() 2761 get_block_t *get_block) in generic_block_bmap()
|
D | internal.h | 36 get_block_t *get_block, const struct iomap *iomap);
|
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()
|
/linux-6.6.21/fs/ocfs2/ |
D | aops.c | 2445 get_block_t *get_block; in ocfs2_direct_IO()
|
/linux-6.6.21/fs/ext4/ |
D | inode.c | 1015 get_block_t *get_block) in ext4_block_write_begin() 6079 get_block_t *get_block; in ext4_page_mkwrite()
|