Searched defs:g_raid3_disk_sync (Results 1 – 1 of 1) sorted by relevance
96 struct g_raid3_disk_sync { struct97 struct g_consumer *ds_consumer; /* Consumer connected to our device. */98 off_t ds_offset; /* Offset of next request to send. */99 off_t ds_offset_done; /* Offset of already synchronized101 off_t ds_resync; /* Resynchronize from this offset. */102 u_int ds_syncid; /* Disk's synchronization ID. */103 u_int ds_inflight; /* Number of in-flight sync requests. */104 struct bio **ds_bios; /* BIOs for synchronization I/O. */