Lines Matching defs:cifs_writedata
1106 struct cifs_writedata { struct
1107 struct kref refcount;
1108 struct list_head list;
1109 struct completion done;
1110 enum writeback_sync_modes sync_mode;
1111 struct work_struct work;
1112 struct cifsFileInfo *cfile;
1113 __u64 offset;
1114 pid_t pid;
1115 unsigned int bytes;
1116 int result;
1117 unsigned int pagesz;
1118 unsigned int tailsz;
1119 unsigned int credits;
1120 unsigned int nr_pages;
1121 struct page *pages[];