Lines Matching defs:cifs_writedata
1407 struct cifs_writedata { struct
1408 struct kref refcount;
1409 struct list_head list;
1410 struct completion done;
1411 enum writeback_sync_modes sync_mode;
1412 struct work_struct work;
1413 struct cifsFileInfo *cfile;
1414 struct cifs_aio_ctx *ctx;
1415 __u64 offset;
1416 pid_t pid;
1417 unsigned int bytes;
1418 int result;
1419 struct TCP_Server_Info *server;
1421 struct smbd_mr *mr;
1423 unsigned int pagesz;
1424 unsigned int page_offset;
1425 unsigned int tailsz;
1426 struct cifs_credits credits;
1427 unsigned int nr_pages;
1428 struct page **pages;