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

/freebsd-9.3-release/sys/geom/mirror/
H A Dg_mirror.c766 G_MIRROR_DEBUG(1, "Device %s: syncid bumped to %u.", sc->sc_name,
1683 * Bump syncid on first write.
2145 * synchronized to disks with different syncid.
2195 u_int dirty, ndisks, genid, syncid; local
2223 * Activate all disks with the biggest syncid.
2273 * Find the biggest syncid.
2275 syncid = 0;
2277 if (disk->d_sync.ds_syncid > syncid)
2278 syncid = disk->d_sync.ds_syncid;
2283 * with the biggest syncid ar
[all...]
/freebsd-9.3-release/sys/geom/raid3/
H A Dg_raid3.c823 G_RAID3_DEBUG(1, "Device %s: syncid bumped to %u.", sc->sc_name,
1949 * Bump syncid on first write.
2430 * synchronized to disks with different syncid.
2479 u_int n, ndirty, ndisks, genid, syncid; local
2533 * with the same syncid and without SYNCHRONIZING flag.
2537 * Find the biggest syncid, number of valid components and
2540 ndirty = ndisks = syncid = 0;
2547 if (disk->d_sync.ds_syncid > syncid) {
2548 syncid = disk->d_sync.ds_syncid;
2550 } else if (disk->d_sync.ds_syncid < syncid) {
[all...]

Completed in 50 milliseconds