Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dcifsglob.h1082 struct cifs_writedata { struct
1083 struct kref refcount;
1084 struct list_head list;
1085 struct completion done;
1086 enum writeback_sync_modes sync_mode;
1087 struct work_struct work;
1088 struct cifsFileInfo *cfile;
1089 __u64 offset;
1090 pid_t pid;
1091 unsigned int bytes;
[all …]