Searched refs:get_block_t (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/
H A Dbuffer_head.h58 * mappings (via a get_block_t call), for tracking state within
209 int block_write_full_page(struct page *page, get_block_t *get_block,
211 int block_read_full_page(struct page*, get_block_t*);
215 unsigned flags, struct page **pagep, get_block_t *get_block);
217 get_block_t *get_block);
227 get_block_t *, loff_t *);
231 get_block_t get_block);
233 get_block_t get_block);
248 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
249 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
251 struct page **, void **, get_block_t*);
255 int nobh_truncate_page(struct address_space *, loff_t, get_block_t *);
256 int nobh_writepage(struct page *page, get_block_t *get_block,
H A Dfs.h69 typedef int (get_block_t)(struct inode *inode, sector_t iblock, typedef
2635 get_block_t, dio_iodone_t, int flags);
2637 int dax_zero_page_range(struct inode *, loff_t from, unsigned len, get_block_t);
2638 int dax_truncate_page(struct inode *, loff_t from, get_block_t);
2639 int dax_fault(struct vm_area_struct *, struct vm_fault *, get_block_t,
2666 loff_t offset, get_block_t get_block,
2673 get_block_t get_block) blockdev_direct_IO()
2747 get_block_t *get_block);
2750 u64 len, get_block_t *get_block);
/linux-4.1.27/fs/
H A Dmpage.c142 unsigned long *first_logical_block, get_block_t get_block) do_mpage_readpage()
357 unsigned nr_pages, get_block_t get_block) mpage_readpages()
392 int mpage_readpage(struct page *page, get_block_t get_block) mpage_readpage()
429 get_block_t *get_block;
677 struct writeback_control *wbc, get_block_t get_block) mpage_writepages()
703 int mpage_writepage(struct page *page, get_block_t get_block, mpage_writepage()
H A Ddax.c102 loff_t start, loff_t end, get_block_t get_block, dax_io()
192 struct iov_iter *iter, loff_t pos, get_block_t get_block, dax_do_io()
316 get_block_t get_block, dax_iodone_t complete_unwritten) do_dax_fault()
457 get_block_t get_block, dax_iodone_t complete_unwritten) dax_fault()
510 get_block_t get_block) dax_zero_page_range()
554 int dax_truncate_page(struct inode *inode, loff_t from, get_block_t get_block) dax_truncate_page()
H A Dbuffer.c1678 get_block_t *get_block, struct writeback_control *wbc, __block_write_full_page()
1883 get_block_t *get_block) __block_write_begin()
2009 unsigned flags, struct page **pagep, get_block_t *get_block) block_write_begin()
2159 int block_read_full_page(struct page *page, get_block_t *get_block) block_read_full_page()
2355 get_block_t *get_block, loff_t *bytes) cont_write_begin()
2403 get_block_t get_block) __block_page_mkwrite()
2442 get_block_t get_block) block_page_mkwrite()
2503 get_block_t *get_block) nobh_write_begin()
2681 int nobh_writepage(struct page *page, get_block_t *get_block, nobh_writepage()
2729 loff_t from, get_block_t *get_block) nobh_truncate_page()
2807 loff_t from, get_block_t *get_block) block_truncate_page()
2885 int block_write_full_page(struct page *page, get_block_t *get_block, block_write_full_page()
2925 get_block_t *get_block) generic_block_bmap()
H A Dioctl.c252 loff_t len, get_block_t *get_block) __generic_block_fiemap()
411 u64 len, get_block_t *get_block) generic_block_fiemap()
H A Ddirect-io.c79 get_block_t *get_block; /* block mapping function */
1100 loff_t offset, get_block_t get_block, dio_iodone_t end_io, do_blockdev_direct_IO()
1314 loff_t offset, get_block_t get_block, __blockdev_direct_IO()
/linux-4.1.27/fs/ufs/
H A Dinode.c411 * ufs_getfrag_block() - `get_block_t' function, interface between UFS and
/linux-4.1.27/fs/xfs/
H A Dxfs_super.c556 * Note1: get_block_t takes a long (implicit cast from above) xfs_max_file_offset()
/linux-4.1.27/fs/ext4/
H A Dinode.c914 get_block_t *get_block) ext4_block_write_begin()
1646 * This is a special get_block_t callback which is used by
3110 get_block_t *get_block_func = NULL; ext4_ext_direct_IO()
5289 get_block_t *get_block; ext4_page_mkwrite()

Completed in 177 milliseconds