Searched defs:cifs_writedata (Results 1 – 1 of 1) sorted by relevance
1472 struct cifs_writedata { struct1473 struct kref refcount;1474 struct list_head list;1475 struct completion done;1476 enum writeback_sync_modes sync_mode;1477 struct work_struct work;1478 struct cifsFileInfo *cfile;1479 struct cifs_aio_ctx *ctx;1480 __u64 offset;1481 pid_t pid;[all …]