Searched defs:cifs_writedata (Results 1 – 1 of 1) sorted by relevance
1237 struct cifs_writedata { struct1238 struct kref refcount;1239 struct list_head list;1240 struct completion done;1241 enum writeback_sync_modes sync_mode;1242 struct work_struct work;1243 struct cifsFileInfo *cfile;1244 struct cifs_aio_ctx *ctx;1245 __u64 offset;1246 pid_t pid;[all …]