Searched defs:cifs_io_subrequest (Results 1 – 1 of 1) sorted by relevance
1519 struct cifs_io_subrequest { struct1520 union {1525 ssize_t got_bytes;1526 unsigned int xid;1527 int result;1528 bool have_xid;1529 bool replay;1530 struct kvec iov[2];1531 struct TCP_Server_Info *server;1533 struct smbd_mr *mr;[all …]