Searched defs:cifs_io_subrequest (Results 1 – 1 of 1) sorted by relevance
1490 struct cifs_io_subrequest { struct1491 union {1496 ssize_t got_bytes;1497 unsigned int xid;1498 int result;1499 bool have_xid;1500 bool replay;1501 unsigned int retries; /* number of retries so far */1502 unsigned int cur_sleep; /* time to sleep before replay */1503 struct kvec iov[2];[all …]