Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dcifsglob.h1326 struct cifs_writedata { struct
1327 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 …]