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