Searched defs:cifs_writedata (Results 1 – 1 of 1) sorted by relevance
1449 struct cifs_writedata { struct1450 struct kref refcount;1451 struct list_head list;1452 struct completion done;1453 enum writeback_sync_modes sync_mode;1454 struct work_struct work;1455 struct cifsFileInfo *cfile;1456 struct cifs_aio_ctx *ctx;1457 struct iov_iter iter;1458 struct bio_vec *bv;[all …]