Searched defs:cifs_readdata (Results 1 – 1 of 1) sorted by relevance
1497 struct cifs_readdata { struct1498 struct kref refcount;1499 struct list_head list;1500 struct completion done;1501 struct cifsFileInfo *cfile;1502 struct address_space *mapping;1503 struct cifs_aio_ctx *ctx;1504 __u64 offset;1505 ssize_t got_bytes;1506 unsigned int bytes;[all …]