Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/
Dsg.c146 typedef struct sg_fd { /* holds the state of a file descriptor */ struct
147 struct list_head sfd_siblings;
148 struct sg_device *parentdp; /* owning device */
149 wait_queue_head_t read_wait; /* queue read until command done */
150 rwlock_t rq_list_lock; /* protect access to list in req_arr */
151 int timeout; /* defaults to SG_DEFAULT_TIMEOUT */
152 int timeout_user; /* defaults to SG_DEFAULT_TIMEOUT_USER */
153 Sg_scatter_hold reserve; /* buffer held for this file descriptor */
154 unsigned save_scat_len; /* original length of trunc. scat. element */
155 Sg_request *headrp; /* head of request slist, NULL->empty */
[all …]