Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h1407 struct cifs_writedata { struct
1408 struct kref refcount;
1409 struct list_head list;
1410 struct completion done;
1411 enum writeback_sync_modes sync_mode;
1412 struct work_struct work;
1413 struct cifsFileInfo *cfile;
1414 struct cifs_aio_ctx *ctx;
1415 __u64 offset;
1416 pid_t pid;
[all …]