Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifsglob.h1097 struct cifs_writedata { struct
1098 struct kref refcount;
1099 struct list_head list;
1100 struct completion done;
1101 enum writeback_sync_modes sync_mode;
1102 struct work_struct work;
1103 struct cifsFileInfo *cfile;
1104 __u64 offset;
1105 pid_t pid;
1106 unsigned int bytes;
[all …]