• Home
  • Raw
  • Download

Lines Matching refs:get_block

1741 			get_block_t *get_block, struct writeback_control *wbc,  in __block_write_full_page()  argument
1791 err = get_block(inode, block, bh, 1); in __block_write_full_page()
2002 get_block_t *get_block, struct iomap *iomap) in __block_write_begin_int() argument
2038 if (get_block) { in __block_write_begin_int()
2039 err = get_block(inode, block, bh, 1); in __block_write_begin_int()
2087 get_block_t *get_block) in __block_write_begin() argument
2089 return __block_write_begin_int(page, pos, len, get_block, NULL); in __block_write_begin()
2138 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() argument
2148 status = __block_write_begin(page, pos, len, get_block); in block_write_begin()
2287 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() argument
2316 err = get_block(inode, iblock, bh, 0); in block_read_full_page()
2480 get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument
2497 return block_write_begin(mapping, pos, len, flags, pagep, get_block); in cont_write_begin()
2528 get_block_t get_block) in block_page_mkwrite() argument
2551 ret = __block_write_begin(page, 0, end, get_block); in block_page_mkwrite()
2608 get_block_t *get_block) in nobh_write_begin() argument
2635 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
2676 ret = get_block(inode, block_in_file + block_in_page, in nobh_write_begin()
2786 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() argument
2815 ret = mpage_writepage(page, get_block, wbc); in nobh_writepage()
2817 ret = __block_write_full_page(inode, page, get_block, wbc, in nobh_writepage()
2824 loff_t from, get_block_t *get_block) in nobh_truncate_page() argument
2855 return block_truncate_page(mapping, from, get_block); in nobh_truncate_page()
2867 err = get_block(inode, iblock, &map_bh, 0); in nobh_truncate_page()
2902 loff_t from, get_block_t *get_block) in block_truncate_page() argument
2944 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
2980 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() argument
2990 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
3008 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
3014 get_block_t *get_block) in generic_block_bmap() argument
3021 get_block(inode, block, &tmp, 0); in generic_block_bmap()