Home
last modified time | relevance | path

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

/NextBSD/sys/geom/mirror/
HDg_mirror.c2230 u_int dirty, ndisks, genid, syncid; in g_mirror_update_device() local
2310 syncid = 0; in g_mirror_update_device()
2312 if (disk->d_sync.ds_syncid > syncid) in g_mirror_update_device()
2313 syncid = disk->d_sync.ds_syncid; in g_mirror_update_device()
2329 if (disk->d_sync.ds_syncid != syncid) in g_mirror_update_device()
2356 if (disk->d_sync.ds_syncid != syncid) in g_mirror_update_device()
2377 if (disk->d_sync.ds_syncid != syncid) in g_mirror_update_device()
2393 sc->sc_syncid = syncid; in g_mirror_update_device()
/NextBSD/sys/geom/raid3/
HDg_raid3.c2469 u_int n, ndirty, ndisks, genid, syncid; in g_raid3_update_device() local
2530 ndirty = ndisks = syncid = 0; in g_raid3_update_device()
2537 if (disk->d_sync.ds_syncid > syncid) { in g_raid3_update_device()
2538 syncid = disk->d_sync.ds_syncid; in g_raid3_update_device()
2540 } else if (disk->d_sync.ds_syncid < syncid) { in g_raid3_update_device()
2579 sc->sc_syncid = syncid; in g_raid3_update_device()