Searched defs:cifs_writedata (Results 1 – 1 of 1) sorted by relevance
1348 struct cifs_writedata { struct1349 struct kref refcount;1350 struct list_head list;1351 struct completion done;1352 enum writeback_sync_modes sync_mode;1353 struct work_struct work;1354 struct cifsFileInfo *cfile;1355 struct cifs_aio_ctx *ctx;1356 __u64 offset;1357 pid_t pid;[all …]