Lines Matching refs:get_block
1810 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_folio() argument
1860 err = get_block(inode, block, bh, 1); in __block_write_full_folio()
2083 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() argument
2119 if (get_block) in __block_write_begin_int()
2120 err = get_block(inode, block, bh, 1); in __block_write_begin_int()
2167 get_block_t *get_block) in __block_write_begin() argument
2169 return __block_write_begin_int(page_folio(page), pos, len, get_block, in __block_write_begin()
2218 struct page **pagep, get_block_t *get_block) in block_write_begin() argument
2228 status = __block_write_begin(page, pos, len, get_block); in block_write_begin()
2363 int block_read_full_folio(struct folio *folio, get_block_t *get_block) in block_read_full_folio() argument
2400 err = get_block(inode, iblock, bh, 0); in block_read_full_folio()
2568 get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument
2585 return block_write_begin(mapping, pos, len, pagep, get_block); in cont_write_begin()
2615 get_block_t get_block) in block_page_mkwrite() argument
2637 ret = __block_write_begin_int(folio, 0, end, get_block, NULL); in block_page_mkwrite()
2653 loff_t from, get_block_t *get_block) in block_truncate_page() argument
2695 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
2728 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() argument
2737 return __block_write_full_folio(inode, folio, get_block, wbc, in block_write_full_page()
2755 return __block_write_full_folio(inode, folio, get_block, wbc, in block_write_full_page()
2761 get_block_t *get_block) in generic_block_bmap() argument
2768 get_block(inode, block, &tmp, 0); in generic_block_bmap()