Lines Matching defs:cifs_writedata
1460 struct cifs_writedata { struct
1461 struct kref refcount;
1462 struct list_head list;
1463 struct completion done;
1464 enum writeback_sync_modes sync_mode;
1465 struct work_struct work;
1466 struct cifsFileInfo *cfile;
1467 struct cifs_aio_ctx *ctx;
1468 struct iov_iter iter;
1469 struct bio_vec *bv;
1470 __u64 offset;
1471 pid_t pid;
1472 unsigned int bytes;
1473 int result;
1474 struct TCP_Server_Info *server;
1476 struct smbd_mr *mr;
1478 struct cifs_credits credits;