Home
last modified time | relevance | path

Searched defs:cifs_writedata (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/cifs/
Dcifsglob.h1214 struct cifs_writedata { struct
1215 struct kref refcount;
1216 struct list_head list;
1217 struct completion done;
1218 enum writeback_sync_modes sync_mode;
1219 struct work_struct work;
1220 struct cifsFileInfo *cfile;
1221 struct cifs_aio_ctx *ctx;
1222 __u64 offset;
1223 pid_t pid;
[all …]