Searched refs:get_block_t (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | mpage.h | 17 unsigned nr_pages, get_block_t get_block); 18 int mpage_readpage(struct page *page, get_block_t get_block); 20 struct writeback_control *wbc, get_block_t get_block); 21 int mpage_writepage(struct page *page, get_block_t *get_block,
|
D | dax.h | 17 get_block_t, dio_iodone_t, int flags); 18 int dax_zero_page_range(struct inode *, loff_t from, unsigned len, get_block_t); 19 int dax_truncate_page(struct inode *, loff_t from, get_block_t); 22 int dax_fault(struct vm_area_struct *, struct vm_fault *, get_block_t); 53 unsigned int flags, get_block_t); 56 pmd_t *pmd, unsigned int flags, get_block_t gb) in dax_pmd_fault()
|
D | buffer_head.h | 210 int block_write_full_page(struct page *page, get_block_t *get_block, 213 get_block_t *get_block, struct writeback_control *wbc, 215 int block_read_full_page(struct page*, get_block_t*); 219 unsigned flags, struct page **pagep, get_block_t *get_block); 221 get_block_t *get_block); 232 get_block_t *, loff_t *); 236 get_block_t get_block); 249 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *); 250 int block_truncate_page(struct address_space *, loff_t, get_block_t *); 252 struct page **, void **, get_block_t*); [all …]
|
D | fs.h | 75 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef 2908 get_block_t get_block, 2915 get_block_t get_block) in blockdev_direct_IO() 2991 get_block_t *get_block); 2994 u64 len, get_block_t *get_block);
|