Lines Matching refs:get_block
1695 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() argument
1745 err = get_block(inode, block, bh, 1); in __block_write_full_page()
1954 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() argument
1990 if (get_block) { in __block_write_begin_int()
1991 err = get_block(inode, block, bh, 1); in __block_write_begin_int()
2039 get_block_t *get_block) in __block_write_begin() argument
2041 return __block_write_begin_int(page_folio(page), pos, len, get_block, in __block_write_begin()
2092 struct page **pagep, get_block_t *get_block) in block_write_begin() argument
2102 status = __block_write_begin(page, pos, len, get_block); in block_write_begin()
2239 int block_read_full_folio(struct folio *folio, get_block_t *get_block) in block_read_full_folio() argument
2271 err = get_block(inode, iblock, bh, 0); in block_read_full_folio()
2439 get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument
2456 return block_write_begin(mapping, pos, len, pagep, get_block); in cont_write_begin()
2487 get_block_t get_block) in block_page_mkwrite() argument
2510 ret = __block_write_begin(page, 0, end, get_block); in block_page_mkwrite()
2526 loff_t from, get_block_t *get_block) in block_truncate_page() argument
2568 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
2602 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() argument
2612 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2630 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2636 get_block_t *get_block) in generic_block_bmap() argument
2643 get_block(inode, block, &tmp, 0); in generic_block_bmap()