Lines Matching defs:cifs_readdata
1426 struct cifs_readdata { struct
1427 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;
1436 pid_t pid;
1437 int result;
1438 struct work_struct work;
1439 struct iov_iter iter;
1440 struct kvec iov[2];
1441 struct TCP_Server_Info *server;
1443 struct smbd_mr *mr;
1445 struct cifs_credits credits;