get_block        1696 fs/buffer.c    			err = get_block(inode, block, bh, 1);
get_block        1885 fs/buffer.c    			err = get_block(inode, block, bh, 1);
get_block        2000 fs/buffer.c    	status = __block_prepare_write(inode, page, start, end, get_block);
get_block        2182 fs/buffer.c    				err = get_block(inode, iblock, bh, 0);
get_block        2367 fs/buffer.c    				flags, pagep, fsdata, get_block);
get_block        2376 fs/buffer.c    	int err = __block_prepare_write(inode, page, from, to, get_block);
get_block        2427 fs/buffer.c    	ret = block_prepare_write(page, 0, end, get_block);
get_block        2508 fs/buffer.c    					fsdata, get_block);
get_block        2546 fs/buffer.c    		ret = get_block(inode, block_in_file + block_in_page,
get_block        2698 fs/buffer.c    	ret = mpage_writepage(page, get_block, wbc);
get_block        2700 fs/buffer.c    		ret = __block_write_full_page(inode, page, get_block, wbc);
get_block        2737 fs/buffer.c    		return block_truncate_page(mapping, from, get_block);
get_block        2747 fs/buffer.c    	err = get_block(inode, iblock, &map_bh, 0);
get_block        2824 fs/buffer.c    		err = get_block(inode, iblock, bh, 0);
get_block        2869 fs/buffer.c    		return __block_write_full_page(inode, page, get_block, wbc);
get_block        2892 fs/buffer.c    	return __block_write_full_page(inode, page, get_block, wbc);
get_block        2903 fs/buffer.c    	get_block(inode, block, &tmp, 0);
get_block          90 fs/direct-io.c 	get_block_t *get_block;		/* block mapping function */
get_block         535 fs/direct-io.c 		ret = (*dio->get_block)(dio->inode, fs_startblk,
get_block         952 fs/direct-io.c 	dio->get_block = get_block;
get_block        1210 fs/direct-io.c 				nr_segs, blkbits, get_block, end_io, dio);
get_block        1624 fs/ext4/inode.c 	get_block_t *get_block;
get_block        1864 fs/ext4/inode.c 	err = mpd->get_block(mpd->inode, next, &new, 1);
get_block        2110 fs/ext4/inode.c 	if (!mpd->get_block)
get_block        2427 fs/ext4/inode.c 		mpd.get_block = ext4_da_get_block_write;
get_block         277 fs/ioctl.c     		ret = get_block(inode, start_blk, &tmp, 0);
get_block         306 fs/minix/itree_common.c 	block_truncate_page(inode->i_mapping, inode->i_size, get_block);
get_block          55 fs/minix/itree_v1.c 	return get_block(inode, block, bh_result, create);
get_block          61 fs/minix/itree_v2.c 	return get_block(inode, block, bh_result, create);
get_block         233 fs/mpage.c     			if (get_block(inode, block_in_file, map_bh, 0))
get_block         322 fs/mpage.c     	        block_read_full_page(page, get_block);
get_block         393 fs/mpage.c     					get_block);
get_block         416 fs/mpage.c     			&map_bh, &first_logical_block, get_block);
get_block         525 fs/mpage.c     		if (mpd->get_block(inode, block_in_file, &map_bh, 1))
get_block         676 fs/mpage.c     	if (!get_block)
get_block         682 fs/mpage.c     			.get_block = get_block,
get_block         700 fs/mpage.c     		.get_block = get_block,
get_block         382 fs/sysv/itree.c 	block_truncate_page(inode->i_mapping, inode->i_size, get_block);
get_block         454 fs/sysv/itree.c 	return block_write_full_page(page,get_block,wbc);
get_block         459 fs/sysv/itree.c 	return block_read_full_page(page,get_block);
get_block         467 fs/sysv/itree.c 				get_block);
get_block         480 fs/sysv/itree.c 	return generic_block_bmap(mapping,block,get_block);
get_block        2006 include/linux/fs.h 				nr_segs, get_block, end_io, DIO_LOCKING);
get_block        2015 include/linux/fs.h 				nr_segs, get_block, end_io, DIO_NO_LOCKING);
get_block        2024 include/linux/fs.h 				nr_segs, get_block, end_io, DIO_OWN_LOCKING);
get_block          17 include/linux/mpage.h 	get_block_t *get_block;