Searched refs:sg_io_owned (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
H A D | sg.c | 143 char sg_io_owned; /* 1 -> packet belongs to SG_IO */ member in struct:sg_request 199 int read_only, int sg_io_owned, Sg_request **o_srp); 692 size_t count, int blocking, int read_only, int sg_io_owned, sg_new_write() 713 srp->sg_io_owned = sg_io_owned; sg_new_write() 943 if ((1 == srp->done) && (!srp->sg_io_owned)) { sg_ioctl() 956 if ((1 == srp->done) && (!srp->sg_io_owned)) sg_ioctl() 1041 rinfo[val].sg_io_owned = sg_ioctl() 1042 srp->sg_io_owned; sg_ioctl() 1158 if ((0 == res) && (1 == srp->done) && (!srp->sg_io_owned)) sg_poll() 1353 srp->sg_io_owned = 0; sg_rq_end_io() 2033 if ((1 == resp->done) && (!resp->sg_io_owned) && sg_get_rq_mark() 691 sg_new_write(Sg_fd *sfp, struct file *file, const char __user *buf, size_t count, int blocking, int read_only, int sg_io_owned, Sg_request **o_srp) sg_new_write() argument
|
/linux-4.1.27/include/scsi/ |
H A D | sg.h | 118 char sg_io_owned; /* 0 -> complete with read(), 1 -> owned by SG_IO */ member in struct:sg_req_info
|
/linux-4.1.27/fs/ |
H A D | compat_ioctl.c | 375 char sg_io_owned; member in struct:compat_sg_req_info
|
Completed in 236 milliseconds