taglinefilesource code
start_block261drivers/block/rd.cidentify_ramdisk_image(int device, struct file *fp, int start_block)
start_block282drivers/block/rd.cfp->f_op->lseek(fp->f_inode, fp, start_block * BLOCK_SIZE, 0);
start_block283drivers/block/rd.cfp->f_pos = start_block * BLOCK_SIZE;
start_block293drivers/block/rd.cstart_block);
start_block303drivers/block/rd.c(start_block+1) * BLOCK_SIZE, 0);
start_block304drivers/block/rd.cfp->f_pos = (start_block+1) * BLOCK_SIZE;
start_block313drivers/block/rd.cstart_block);
start_block322drivers/block/rd.cstart_block);
start_block328drivers/block/rd.cstart_block);
start_block332drivers/block/rd.cfp->f_op->lseek(fp->f_inode, fp, start_block * BLOCK_SIZE, 0);
start_block333drivers/block/rd.cfp->f_pos = start_block * BLOCK_SIZE;  
start_block337drivers/block/rd.cmax_blocks -= start_block;