Home
last modified time | relevance | path

Searched refs:parentdp (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dsg.c170 struct sg_device * parentdp; /* owning device */ member
345 if ((! (sfp = (Sg_fd *)filp->private_data)) || (! (sdp = sfp->parentdp))) { in sg_release()
376 if ((! (sfp = (Sg_fd *)filp->private_data)) || (! (sdp = sfp->parentdp))) in sg_read()
521 if ((! (sfp = (Sg_fd *)filp->private_data)) || (! (sdp = sfp->parentdp))) in sg_write()
650 (! sg_allow_access(cmnd[0], sfp->parentdp->device->type))) { in sg_new_write()
665 Sg_device * sdp = sfp->parentdp; in sg_common_write()
764 if ((! (sfp = (Sg_fd *)filp->private_data)) || (! (sdp = sfp->parentdp))) in sg_ioctl()
1027 if ((! (sfp = (Sg_fd *)filp->private_data)) || (! (sdp = sfp->parentdp)) in sg_poll()
1059 if ((! (sfp = (Sg_fd *)filp->private_data)) || (! (sdp = sfp->parentdp))) in sg_fasync()
1598 (! sfp->parentdp->device->host->unchecked_isa_dma)) { in sg_start_req()
[all …]