Lines Matching defs:cifs_writedata
1097 struct cifs_writedata { struct
1098 struct kref refcount;
1099 struct list_head list;
1100 struct completion done;
1101 enum writeback_sync_modes sync_mode;
1102 struct work_struct work;
1103 struct cifsFileInfo *cfile;
1104 __u64 offset;
1105 pid_t pid;
1106 unsigned int bytes;
1107 int result;
1108 unsigned int pagesz;
1109 unsigned int tailsz;
1110 unsigned int credits;
1111 unsigned int nr_pages;
1112 struct page *pages[];