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.h1499 struct cifs_readdata { struct
1500 struct kref refcount;
1501 struct list_head list;
1502 struct completion done;
1503 struct cifsFileInfo *cfile;
1504 struct address_space *mapping;
1505 struct cifs_aio_ctx *ctx;
1506 __u64 offset;
1507 ssize_t got_bytes;
1508 unsigned int bytes;
[all …]