taglinefilesource code
tmp_dev111drivers/block/linear.cstruct real_dev *tmp_dev;
tmp_dev125drivers/block/linear.ctmp_dev=hash->dev1;
tmp_dev128drivers/block/linear.ctmp_dev=hash->dev0;
tmp_dev130drivers/block/linear.cif (block >= (tmp_dev->size + tmp_dev->offset) || block < tmp_dev->offset)
tmp_dev131drivers/block/linear.cprintk ("Block %ld out of bounds on dev %04x size %d offset %d\n", block, tmp_dev->dev, tmp_dev->size, tmp_dev->offset);
tmp_dev133drivers/block/linear.c*rdev=tmp_dev->dev;
tmp_dev134drivers/block/linear.c*rsector=(block-(tmp_dev->offset)) << 1;
tmp_dev185drivers/block/raid0.cstruct real_dev *tmp_dev;
tmp_dev217drivers/block/raid0.ctmp_dev=zone->dev[(block >> FACTOR_SHIFT(factor)) % zone->nb_dev];
tmp_dev220drivers/block/raid0.c*rdev=tmp_dev->dev;
tmp_dev152drivers/sound/patmgr.cint             tmp_dev;
tmp_dev154drivers/sound/patmgr.ctmp_dev = ((unsigned short *) mbox[dev])[2];
tmp_dev155drivers/sound/patmgr.cif (tmp_dev != dev)