taglinefilesource code
tmp_dev112drivers/block/linear.cstruct real_dev *tmp_dev;
tmp_dev127drivers/block/linear.ctmp_dev=hash->dev1;
tmp_dev130drivers/block/linear.ctmp_dev=hash->dev0;
tmp_dev132drivers/block/linear.cif (block >= (tmp_dev->size + tmp_dev->offset) || block < tmp_dev->offset)
tmp_dev133drivers/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_dev135drivers/block/linear.crblock=(block-(tmp_dev->offset));
tmp_dev139drivers/block/linear.creq->rq_dev=tmp_dev->dev;
tmp_dev141drivers/block/linear.cadd_request (blk_dev+MAJOR (tmp_dev->dev), req);
tmp_dev146drivers/block/linear.cqueue=tmp_dev - devices[minor];
tmp_dev149drivers/block/linear.cbh && rblock + nblk + (bh->b_size >> 10) <= tmp_dev->size;
tmp_dev155drivers/block/linear.cbh->b_rdev=tmp_dev->dev;
tmp_dev158drivers/block/linear.cpending[queue].rq_dev=tmp_dev->dev;
tmp_dev187drivers/block/raid0.cstruct real_dev *tmp_dev;
tmp_dev212drivers/block/raid0.ctmp_dev=zone->dev[(block >> FACTOR_SHIFT(factor)) % zone->nb_dev];
tmp_dev217drivers/block/raid0.creq->rq_dev=tmp_dev->dev;
tmp_dev219drivers/block/raid0.cadd_request (blk_dev+MAJOR (tmp_dev->dev), req);
tmp_dev224drivers/block/raid0.cqueue=tmp_dev - devices[minor];
tmp_dev235drivers/block/raid0.cbh->b_rdev=tmp_dev->dev;
tmp_dev243drivers/block/raid0.cpending[queue].rq_dev=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)