Searched defs:cifs_writedata (Results 1 – 1 of 1) sorted by relevance
1404 struct cifs_writedata { struct1405 struct kref refcount;1406 struct list_head list;1407 struct completion done;1408 enum writeback_sync_modes sync_mode;1409 struct work_struct work;1410 struct cifsFileInfo *cfile;1411 struct cifs_aio_ctx *ctx;1412 __u64 offset;1413 pid_t pid;[all …]