Searched refs:get_block_t (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | mpage.h | 18 void mpage_readahead(struct readahead_control *, get_block_t get_block); 19 int mpage_readpage(struct page *page, get_block_t get_block); 21 struct writeback_control *wbc, get_block_t get_block); 22 int mpage_writepage(struct page *page, get_block_t *get_block,
|
| D | buffer_head.h | 221 int block_write_full_page(struct page *page, get_block_t *get_block, 224 get_block_t *get_block, struct writeback_control *wbc, 226 int block_read_full_page(struct page*, get_block_t*); 230 unsigned flags, struct page **pagep, get_block_t *get_block); 232 get_block_t *get_block); 243 get_block_t *, loff_t *); 247 get_block_t get_block); 260 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *); 261 int block_truncate_page(struct address_space *, loff_t, get_block_t *); 263 struct page **, void **, get_block_t*); [all …]
|
| D | fs.h | 93 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef 3263 get_block_t get_block, 3270 get_block_t get_block) in blockdev_direct_IO()
|
| /Linux-v5.15/fs/ |
| D | mpage.c | 144 get_block_t *get_block; 377 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead() 400 int mpage_readpage(struct page *page, get_block_t get_block) in mpage_readpage() 435 get_block_t *get_block; 695 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages() 724 int mpage_writepage(struct page *page, get_block_t get_block, in mpage_writepage()
|
| D | buffer.c | 1712 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() 1973 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() 2058 get_block_t *get_block) in __block_write_begin() 2110 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() 2259 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() 2452 get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2500 get_block_t get_block) in block_page_mkwrite() 2580 get_block_t *get_block) in nobh_write_begin() 2758 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() 2796 loff_t from, get_block_t *get_block) in nobh_truncate_page() [all …]
|
| D | internal.h | 52 get_block_t *get_block, const struct iomap *iomap);
|
| D | direct-io.c | 88 get_block_t *get_block; /* block mapping function */ 1131 get_block_t get_block, dio_iodone_t end_io, in do_blockdev_direct_IO() 1352 get_block_t get_block, in __blockdev_direct_IO()
|
| /Linux-v5.15/fs/ntfs3/ |
| D | inode.c | 852 get_block_t *get_block = is_resident(ni) ? NULL : &ntfs_get_block; in ntfs_writepages()
|
| /Linux-v5.15/fs/ocfs2/ |
| D | aops.c | 2431 get_block_t *get_block; in ocfs2_direct_IO()
|
| /Linux-v5.15/fs/ext4/ |
| D | inode.c | 1040 get_block_t *get_block) in ext4_block_write_begin() 6019 get_block_t *get_block; in ext4_page_mkwrite()
|