Searched refs:sg_io_owned (Results 1 – 3 of 3) sorted by relevance
118 char sg_io_owned; /* 0 -> complete with read(), 1 -> owned by SG_IO */ member
143 char sg_io_owned; /* 1 -> packet belongs to SG_IO */ member199 int read_only, int sg_io_owned, Sg_request **o_srp);692 size_t count, int blocking, int read_only, int sg_io_owned, in sg_new_write() argument713 srp->sg_io_owned = sg_io_owned; in sg_new_write()943 if ((1 == srp->done) && (!srp->sg_io_owned)) { in sg_ioctl()956 if ((1 == srp->done) && (!srp->sg_io_owned)) in sg_ioctl()1041 rinfo[val].sg_io_owned = in sg_ioctl()1042 srp->sg_io_owned; in sg_ioctl()1158 if ((0 == res) && (1 == srp->done) && (!srp->sg_io_owned)) in sg_poll()1353 srp->sg_io_owned = 0; in sg_rq_end_io()[all …]
375 char sg_io_owned; member