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