taglinefilesource code
start_block333drivers/block/rd.cidentify_ramdisk_image(kdev_t device, struct file *fp, int start_block)
start_block354drivers/block/rd.cfp->f_op->lseek(fp->f_inode, fp, start_block * BLOCK_SIZE, 0);
start_block355drivers/block/rd.cfp->f_pos = start_block * BLOCK_SIZE;
start_block365drivers/block/rd.cstart_block);
start_block375drivers/block/rd.c(start_block+1) * BLOCK_SIZE, 0);
start_block376drivers/block/rd.cfp->f_pos = (start_block+1) * BLOCK_SIZE;
start_block385drivers/block/rd.cstart_block);
start_block394drivers/block/rd.cstart_block);
start_block400drivers/block/rd.cstart_block);
start_block404drivers/block/rd.cfp->f_op->lseek(fp->f_inode, fp, start_block * BLOCK_SIZE, 0);
start_block405drivers/block/rd.cfp->f_pos = start_block * BLOCK_SIZE;  
start_block409drivers/block/rd.cmax_blocks -= start_block;