Searched defs:cifs_writedata (Results 1 – 1 of 1) sorted by relevance
1339 struct cifs_writedata { struct1340 struct kref refcount;1341 struct list_head list;1342 struct completion done;1343 enum writeback_sync_modes sync_mode;1344 struct work_struct work;1345 struct cifsFileInfo *cfile;1346 struct cifs_aio_ctx *ctx;1347 __u64 offset;1348 pid_t pid;[all …]