Lines Matching refs:get_block

1712 			get_block_t *get_block, struct writeback_control *wbc,  in __block_write_full_page()  argument
1762 err = get_block(inode, block, bh, 1); in __block_write_full_page()
1973 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() argument
2009 if (get_block) { in __block_write_begin_int()
2010 err = get_block(inode, block, bh, 1); in __block_write_begin_int()
2058 get_block_t *get_block) in __block_write_begin() argument
2060 return __block_write_begin_int(page, pos, len, get_block, NULL); in __block_write_begin()
2110 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() argument
2120 status = __block_write_begin(page, pos, len, 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() argument
2288 err = get_block(inode, iblock, bh, 0); in block_read_full_page()
2452 get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument
2469 return block_write_begin(mapping, pos, len, flags, pagep, get_block); in cont_write_begin()
2500 get_block_t get_block) in block_page_mkwrite() argument
2523 ret = __block_write_begin(page, 0, end, get_block); in block_page_mkwrite()
2580 get_block_t *get_block) in nobh_write_begin() argument
2607 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
2648 ret = get_block(inode, block_in_file + block_in_page, in nobh_write_begin()
2758 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() argument
2787 ret = mpage_writepage(page, get_block, wbc); in nobh_writepage()
2789 ret = __block_write_full_page(inode, page, get_block, wbc, in nobh_writepage()
2796 loff_t from, get_block_t *get_block) in nobh_truncate_page() argument
2827 return block_truncate_page(mapping, from, get_block); in nobh_truncate_page()
2839 err = get_block(inode, iblock, &map_bh, 0); in nobh_truncate_page()
2874 loff_t from, get_block_t *get_block) in block_truncate_page() argument
2916 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
2952 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() argument
2962 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2980 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2986 get_block_t *get_block) in generic_block_bmap() argument
2993 get_block(inode, block, &tmp, 0); in generic_block_bmap()