Lines Matching defs:cifs_writedata
1449 struct cifs_writedata { struct
1450 struct kref refcount;
1451 struct list_head list;
1452 struct completion done;
1453 enum writeback_sync_modes sync_mode;
1454 struct work_struct work;
1455 struct cifsFileInfo *cfile;
1456 struct cifs_aio_ctx *ctx;
1457 struct iov_iter iter;
1458 struct bio_vec *bv;
1459 __u64 offset;
1460 pid_t pid;
1461 unsigned int bytes;
1462 int result;
1463 struct TCP_Server_Info *server;
1465 struct smbd_mr *mr;
1467 struct cifs_credits credits;