Lines Matching defs:cifs_writedata
1082 struct cifs_writedata { struct
1083 struct kref refcount;
1084 struct list_head list;
1085 struct completion done;
1086 enum writeback_sync_modes sync_mode;
1087 struct work_struct work;
1088 struct cifsFileInfo *cfile;
1089 __u64 offset;
1090 pid_t pid;
1091 unsigned int bytes;
1092 int result;
1093 unsigned int pagesz;
1094 unsigned int tailsz;
1095 unsigned int credits;
1096 unsigned int nr_pages;
1097 struct page *pages[];