Searched defs:cifs_readdata (Results 1 – 1 of 1) sorted by relevance
1437 struct cifs_readdata { struct1438 struct kref refcount;1439 struct list_head list;1444 __u64 offset;1445 ssize_t got_bytes;1446 unsigned int bytes;1447 pid_t pid;1448 int result;1450 struct iov_iter iter;1451 struct kvec iov[2];[all …]
Completed in 16 milliseconds