Searched refs:get_block_t (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | mpage.h | 18 				unsigned nr_pages, 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 | 217 int block_write_full_page(struct page *page, get_block_t *get_block,220 			get_block_t *get_block, struct writeback_control *wbc,
 222 int block_read_full_page(struct page*, get_block_t*);
 226 		unsigned flags, struct page **pagep, get_block_t *get_block);
 228 		get_block_t *get_block);
 239 			get_block_t *, loff_t *);
 243 				get_block_t get_block);
 256 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
 257 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
 259 				struct page **, void **, get_block_t*);
 [all …]
 
 | 
| D | fs.h | 90 typedef int (get_block_t)(struct inode *inode, sector_t iblock,  typedef3160 			     get_block_t get_block,
 3167 					 get_block_t get_block)  in blockdev_direct_IO()
 3268 				  get_block_t *get_block);
 3271 				u64 len, get_block_t *get_block);
 
 | 
| /Linux-v5.4/fs/ | 
| D | mpage.c | 144 	get_block_t *get_block;386 				unsigned nr_pages, get_block_t get_block)  in mpage_readpages()
 418 int mpage_readpage(struct page *page, get_block_t get_block)  in mpage_readpage()
 453 	get_block_t *get_block;
 713 		struct writeback_control *wbc, get_block_t get_block)  in mpage_writepages()
 742 int mpage_writepage(struct page *page, get_block_t get_block,  in mpage_writepage()
 
 | 
| D | buffer.c | 1670 			get_block_t *get_block, struct writeback_control *wbc,  in __block_write_full_page()1931 		get_block_t *get_block, struct iomap *iomap)  in __block_write_begin_int()
 2016 		get_block_t *get_block)  in __block_write_begin()
 2067 		unsigned flags, struct page **pagep, get_block_t *get_block)  in block_write_begin()
 2216 int block_read_full_page(struct page *page, get_block_t *get_block)  in block_read_full_page()
 2409 			get_block_t *get_block, loff_t *bytes)  in cont_write_begin()
 2457 			 get_block_t get_block)  in block_page_mkwrite()
 2537 			get_block_t *get_block)  in nobh_write_begin()
 2715 int nobh_writepage(struct page *page, get_block_t *get_block,  in nobh_writepage()
 2763 			loff_t from, get_block_t *get_block)  in nobh_truncate_page()
 [all …]
 
 | 
| D | internal.h | 43 		get_block_t *get_block, struct iomap *iomap);
 | 
| D | ioctl.c | 291 			   loff_t len, get_block_t *get_block)  in __generic_block_fiemap()450 			 u64 len, get_block_t *get_block)  in generic_block_fiemap()
 
 | 
| D | direct-io.c | 86 	get_block_t *get_block;		/* block mapping function */1166 		      get_block_t get_block, dio_iodone_t end_io,  in do_blockdev_direct_IO()
 1396 			     get_block_t get_block,  in __blockdev_direct_IO()
 
 | 
| /Linux-v5.4/fs/gfs2/ | 
| D | aops.c | 121 static int gfs2_write_full_page(struct page *page, get_block_t *get_block,  in gfs2_write_full_page()
 | 
| /Linux-v5.4/fs/ext4/ | 
| D | inode.c | 1163 				  get_block_t *get_block)  in ext4_block_write_begin()3670 	get_block_t *get_block_func = NULL;  in ext4_direct_IO_write()
 6197 	get_block_t *get_block;  in ext4_page_mkwrite()
 
 | 
| /Linux-v5.4/fs/ocfs2/ | 
| D | aops.c | 2452 	get_block_t *get_block;  in ocfs2_direct_IO()
 |