• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/

Lines Matching defs:get_block

1432 	 * The get_block cached value has been unconditionally invalidated,
1514 * No No "unknown" - must do get_block()
1545 get_block_t *get_block, struct writeback_control *wbc,
1599 err = get_block(inode, block, bh, 1);
1753 get_block_t *get_block)
1789 err = get_block(inode, block, bh, 1);
1872 get_block_t *get_block)
1876 return block_prepare_write(page, start, start + len, get_block);
1887 unsigned flags, struct page **pagep, get_block_t *get_block)
1897 status = __block_write_begin(page, pos, len, get_block);
2030 * get_block functionality. This is most of the block device filesystems.
2035 int block_read_full_page(struct page *page, get_block_t *get_block)
2066 err = get_block(inode, iblock, bh, 0);
2077 * get_block() might have updated the buffer
2092 * as well. But not if get_block() returned an error.
2228 get_block_t *get_block, loff_t *bytes)
2245 return block_write_begin(mapping, pos, len, flags, pagep, get_block);
2274 get_block_t get_block)
2297 ret = block_prepare_write(page, 0, end, get_block);
2357 get_block_t *get_block)
2388 get_block);
2426 ret = get_block(inode, block_in_file + block_in_page,
2536 int nobh_writepage(struct page *page, get_block_t *get_block,
2570 ret = mpage_writepage(page, get_block, wbc);
2572 ret = __block_write_full_page(inode, page, get_block, wbc,
2579 loff_t from, get_block_t *get_block)
2610 return block_truncate_page(mapping, from, get_block);
2622 err = get_block(inode, iblock, &map_bh, 0);
2657 loff_t from, get_block_t *get_block)
2699 err = get_block(inode, iblock, bh, 0);
2736 int block_write_full_page_endio(struct page *page, get_block_t *get_block,
2746 return __block_write_full_page(inode, page, get_block, wbc,
2770 return __block_write_full_page(inode, page, get_block, wbc, handler);
2777 int block_write_full_page(struct page *page, get_block_t *get_block,
2780 return block_write_full_page_endio(page, get_block, wbc,
2786 get_block_t *get_block)
2793 get_block(inode, block, &tmp, 0);