Searched refs:syncid (Results 1 – 2 of 2) sorted by relevance
2230 u_int dirty, ndisks, genid, syncid; in g_mirror_update_device() local2310 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()
2469 u_int n, ndirty, ndisks, genid, syncid; in g_raid3_update_device() local2530 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()