Home
last modified time | relevance | path

Searched refs:syncid (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/geom/raid3/
H A Dg_raid3.c2466 u_int n, ndirty, ndisks, genid, syncid; in g_raid3_update_device() local
2527 ndirty = ndisks = syncid = 0; in g_raid3_update_device()
2534 if (disk->d_sync.ds_syncid > syncid) { in g_raid3_update_device()
2535 syncid = disk->d_sync.ds_syncid; in g_raid3_update_device()
2537 } else if (disk->d_sync.ds_syncid < syncid) { in g_raid3_update_device()
2576 sc->sc_syncid = syncid; in g_raid3_update_device()