Searched refs:get_block_t (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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,
|
| H A 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_page(struct page*, get_block_t*); 264 unsigned flags, struct page **pagep, get_block_t *get_block); 266 get_block_t *get_block); 277 get_block_t *, loff_t *); 281 get_block_t get_block); 294 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *); 295 int block_truncate_page(struct address_space *, loff_t, get_block_t *); 297 struct page **, void **, get_block_t*); [all …]
|
| H A D | fiemap.h | 23 get_block_t *get_block);
|
| H A D | fs.h | 92 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef 3116 get_block_t get_block, 3123 get_block_t get_block) in blockdev_direct_IO()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | mpage.c | 180 get_block_t *get_block; 415 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead() 438 int mpage_readpage(struct page *page, get_block_t get_block) in mpage_readpage() 473 get_block_t *get_block; 733 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages() 762 int mpage_writepage(struct page *page, get_block_t get_block, in mpage_writepage()
|
| H A D | buffer.c | 1741 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() 2002 get_block_t *get_block, struct iomap *iomap) in __block_write_begin_int() 2087 get_block_t *get_block) in __block_write_begin() 2138 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() 2287 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() 2480 get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2528 get_block_t get_block) in block_page_mkwrite() 2608 get_block_t *get_block) in nobh_write_begin() 2786 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() 2824 loff_t from, get_block_t *get_block) in nobh_truncate_page() [all …]
|
| H A D | internal.h | 55 get_block_t *get_block, struct iomap *iomap);
|
| H A D | direct-io.c | 89 get_block_t *get_block; /* block mapping function */ 1142 get_block_t get_block, dio_iodone_t end_io, in do_blockdev_direct_IO() 1363 get_block_t get_block, in __blockdev_direct_IO()
|
| H A D | ioctl.c | 296 loff_t len, get_block_t *get_block) in __generic_block_fiemap() 454 u64 len, get_block_t *get_block) in generic_block_fiemap()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | aops.c | 2434 get_block_t *get_block; in ocfs2_direct_IO()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | inode.c | 1040 get_block_t *get_block) in ext4_block_write_begin() 6166 get_block_t *get_block; in ext4_page_mkwrite()
|