Lines Matching refs:get_block

1668 			get_block_t *get_block, struct writeback_control *wbc,  in __block_write_full_page()  argument
1718 err = get_block(inode, block, bh, 1); in __block_write_full_page()
1929 get_block_t *get_block, struct iomap *iomap) in __block_write_begin_int() argument
1965 if (get_block) { in __block_write_begin_int()
1966 err = get_block(inode, block, bh, 1); in __block_write_begin_int()
2014 get_block_t *get_block) in __block_write_begin() argument
2016 return __block_write_begin_int(page, pos, len, get_block, NULL); in __block_write_begin()
2065 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() argument
2075 status = __block_write_begin(page, pos, len, get_block); in block_write_begin()
2218 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() argument
2247 err = get_block(inode, iblock, bh, 0); in block_read_full_page()
2411 get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument
2428 return block_write_begin(mapping, pos, len, flags, pagep, get_block); in cont_write_begin()
2459 get_block_t get_block) in block_page_mkwrite() argument
2482 ret = __block_write_begin(page, 0, end, get_block); in block_page_mkwrite()
2539 get_block_t *get_block) in nobh_write_begin() argument
2566 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
2607 ret = get_block(inode, block_in_file + block_in_page, in nobh_write_begin()
2717 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() argument
2756 ret = mpage_writepage(page, get_block, wbc); in nobh_writepage()
2758 ret = __block_write_full_page(inode, page, get_block, wbc, in nobh_writepage()
2765 loff_t from, get_block_t *get_block) in nobh_truncate_page() argument
2796 return block_truncate_page(mapping, from, get_block); in nobh_truncate_page()
2808 err = get_block(inode, iblock, &map_bh, 0); in nobh_truncate_page()
2843 loff_t from, get_block_t *get_block) in block_truncate_page() argument
2885 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
2921 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() argument
2931 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2955 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2961 get_block_t *get_block) in generic_block_bmap() argument
2968 get_block(inode, block, &tmp, 0); in generic_block_bmap()