Lines Matching refs:get_block
1670 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() argument
1720 err = get_block(inode, block, bh, 1); in __block_write_full_page()
1931 get_block_t *get_block, struct iomap *iomap) in __block_write_begin_int() argument
1967 if (get_block) { in __block_write_begin_int()
1968 err = get_block(inode, block, bh, 1); in __block_write_begin_int()
2016 get_block_t *get_block) in __block_write_begin() argument
2018 return __block_write_begin_int(page, pos, len, get_block, NULL); in __block_write_begin()
2067 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() argument
2077 status = __block_write_begin(page, pos, len, 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() argument
2245 err = get_block(inode, iblock, bh, 0); in block_read_full_page()
2409 get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument
2426 return block_write_begin(mapping, pos, len, flags, pagep, get_block); in cont_write_begin()
2457 get_block_t get_block) in block_page_mkwrite() argument
2480 ret = __block_write_begin(page, 0, end, get_block); in block_page_mkwrite()
2537 get_block_t *get_block) in nobh_write_begin() argument
2564 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
2605 ret = get_block(inode, block_in_file + block_in_page, in nobh_write_begin()
2715 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() argument
2754 ret = mpage_writepage(page, get_block, wbc); in nobh_writepage()
2756 ret = __block_write_full_page(inode, page, get_block, wbc, in nobh_writepage()
2763 loff_t from, get_block_t *get_block) in nobh_truncate_page() argument
2794 return block_truncate_page(mapping, from, get_block); in nobh_truncate_page()
2806 err = get_block(inode, iblock, &map_bh, 0); in nobh_truncate_page()
2841 loff_t from, get_block_t *get_block) in block_truncate_page() argument
2883 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
2919 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() argument
2929 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2953 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2959 get_block_t *get_block) in generic_block_bmap() argument
2966 get_block(inode, block, &tmp, 0); in generic_block_bmap()