Lines Matching refs:get_block

1702 			get_block_t *get_block, struct writeback_control *wbc,  in __block_write_full_page()  argument
1752 err = get_block(inode, block, bh, 1); in __block_write_full_page()
1906 get_block_t *get_block) in __block_write_begin() argument
1942 err = get_block(inode, block, bh, 1); in __block_write_begin()
2032 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() argument
2042 status = __block_write_begin(page, pos, len, get_block); in block_write_begin()
2182 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() argument
2211 err = get_block(inode, iblock, bh, 0); in block_read_full_page()
2378 get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument
2395 return block_write_begin(mapping, pos, len, flags, pagep, get_block); in cont_write_begin()
2426 get_block_t get_block) in block_page_mkwrite() argument
2449 ret = __block_write_begin(page, 0, end, get_block); in block_page_mkwrite()
2506 get_block_t *get_block) in nobh_write_begin() argument
2533 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
2574 ret = get_block(inode, block_in_file + block_in_page, in nobh_write_begin()
2684 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() argument
2723 ret = mpage_writepage(page, get_block, wbc); in nobh_writepage()
2725 ret = __block_write_full_page(inode, page, get_block, wbc, in nobh_writepage()
2732 loff_t from, get_block_t *get_block) in nobh_truncate_page() argument
2763 return block_truncate_page(mapping, from, get_block); in nobh_truncate_page()
2775 err = get_block(inode, iblock, &map_bh, 0); in nobh_truncate_page()
2810 loff_t from, get_block_t *get_block) in block_truncate_page() argument
2852 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
2888 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() argument
2898 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2922 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2928 get_block_t *get_block) in generic_block_bmap() argument
2935 get_block(inode, block, &tmp, 0); in generic_block_bmap()