Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsglob.h1106 struct cifs_writedata { struct
1107 struct kref refcount;
1108 struct list_head list;
1109 struct completion done;
1110 enum writeback_sync_modes sync_mode;
1111 struct work_struct work;
1112 struct cifsFileInfo *cfile;
1113 __u64 offset;
1114 pid_t pid;
1115 unsigned int bytes;
[all …]