Searched defs:cifs_io_subrequest (Results 1 – 1 of 1) sorted by relevance
1526 struct cifs_io_subrequest { struct1527 union {1532 ssize_t got_bytes;1533 unsigned int xid;1534 int result;1535 bool have_xid;1536 bool replay;1537 struct kvec iov[2];1538 struct TCP_Server_Info *server;1540 struct smbd_mr *mr;[all …]