Home
last modified time | relevance | path

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

/drivers/scsi/
Dsg.c126 struct sg_fd;
130 struct sg_fd *parentfp; /* NULL -> not in use */
142 typedef struct sg_fd { /* holds the state of a file descriptor */ struct
143 struct sg_fd *nextfp; /* NULL when last opened fd on this device */ argument
215 struct sg_fd *sfp = (struct sg_fd *)filp->private_data; in sg_allow_access()