Searched defs:cifs_readdata (Results 1 – 1 of 1) sorted by relevance
1426 struct cifs_readdata { struct1427 struct kref refcount;1428 struct list_head list;1429 struct completion done;1430 struct cifsFileInfo *cfile;1431 struct address_space *mapping;1432 struct cifs_aio_ctx *ctx;1433 __u64 offset;1434 ssize_t got_bytes;1435 unsigned int bytes;[all …]