Searched defs:cifs_writedata (Results 1 – 1 of 1) sorted by relevance
1326 struct cifs_writedata { struct1327 struct kref refcount;1328 struct list_head list;1329 struct completion done;1330 enum writeback_sync_modes sync_mode;1331 struct work_struct work;1332 struct cifsFileInfo *cfile;1333 struct cifs_aio_ctx *ctx;1334 __u64 offset;1335 pid_t pid;[all …]