Searched defs:cifs_writedata (Results 1 – 1 of 1) sorted by relevance
1478 struct cifs_writedata { struct1479 struct kref refcount;1480 struct list_head list;1481 struct completion done;1482 enum writeback_sync_modes sync_mode;1483 struct work_struct work;1484 struct cifsFileInfo *cfile;1485 struct cifs_aio_ctx *ctx;1486 struct iov_iter iter;1487 struct bio_vec *bv;[all …]