Home
last modified time | relevance | path

Searched defs:cifs_readdata (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1496 struct cifs_readdata { struct
1497 struct kref refcount;
1498 struct list_head list;
1503 __u64 offset;
1504 ssize_t got_bytes;
1505 unsigned int bytes;
1506 pid_t pid;
1507 int result;
1509 struct iov_iter iter;
1510 struct kvec iov[2];
[all …]