• Home
  • Raw
  • Download

Lines Matching refs:get_block

1709 			get_block_t *get_block, struct writeback_control *wbc)  in __block_write_full_page()  argument
1760 err = get_block(inode, block, bh, 1); in __block_write_full_page()
1914 unsigned from, unsigned to, get_block_t *get_block) in __block_prepare_write() argument
1949 err = get_block(inode, block, bh, 1); in __block_prepare_write()
2039 get_block_t *get_block) in block_write_begin() argument
2064 status = __block_prepare_write(inode, page, start, end, get_block); in block_write_begin()
2214 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() argument
2245 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
2430 flags, pagep, fsdata, get_block); in cont_write_begin()
2436 get_block_t *get_block) in block_prepare_write() argument
2439 int err = __block_prepare_write(inode, page, from, to, get_block); in block_prepare_write()
2469 get_block_t get_block) in block_page_mkwrite() argument
2490 ret = block_prepare_write(page, 0, end, get_block); in block_page_mkwrite()
2540 get_block_t *get_block) in nobh_write_begin() argument
2571 fsdata, get_block); in nobh_write_begin()
2609 ret = get_block(inode, block_in_file + block_in_page, in nobh_write_begin()
2722 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() argument
2761 ret = mpage_writepage(page, get_block, wbc); in nobh_writepage()
2763 ret = __block_write_full_page(inode, page, get_block, wbc); in nobh_writepage()
2769 loff_t from, get_block_t *get_block) in nobh_truncate_page() argument
2800 return block_truncate_page(mapping, from, get_block); in nobh_truncate_page()
2810 err = get_block(inode, iblock, &map_bh, 0); in nobh_truncate_page()
2845 loff_t from, get_block_t *get_block) in block_truncate_page() argument
2887 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
2922 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() argument
2932 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()
2959 get_block_t *get_block) in generic_block_bmap() argument
2966 get_block(inode, block, &tmp, 0); in generic_block_bmap()