Lines Matching refs:get_block
1678 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() argument
1729 err = get_block(inode, block, bh, 1); in __block_write_full_page()
1883 get_block_t *get_block) in __block_write_begin() argument
1919 err = get_block(inode, block, bh, 1); in __block_write_begin()
2009 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() argument
2019 status = __block_write_begin(page, pos, len, get_block); in block_write_begin()
2159 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() argument
2188 err = get_block(inode, iblock, bh, 0); in block_read_full_page()
2355 get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument
2372 return block_write_begin(mapping, pos, len, flags, pagep, get_block); in cont_write_begin()
2403 get_block_t get_block) in __block_page_mkwrite() argument
2426 ret = __block_write_begin(page, 0, end, get_block); in __block_page_mkwrite()
2442 get_block_t get_block) in block_page_mkwrite() argument
2455 ret = __block_page_mkwrite(vma, vmf, get_block); in block_page_mkwrite()
2503 get_block_t *get_block) in nobh_write_begin() argument
2530 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
2571 ret = get_block(inode, block_in_file + block_in_page, in nobh_write_begin()
2681 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() argument
2720 ret = mpage_writepage(page, get_block, wbc); in nobh_writepage()
2722 ret = __block_write_full_page(inode, page, get_block, wbc, in nobh_writepage()
2729 loff_t from, get_block_t *get_block) in nobh_truncate_page() argument
2760 return block_truncate_page(mapping, from, get_block); in nobh_truncate_page()
2772 err = get_block(inode, iblock, &map_bh, 0); in nobh_truncate_page()
2807 loff_t from, get_block_t *get_block) in block_truncate_page() argument
2849 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
2885 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() argument
2895 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2919 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2925 get_block_t *get_block) in generic_block_bmap() argument
2932 get_block(inode, block, &tmp, 0); in generic_block_bmap()