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

/freebsd-9.3-release/sbin/hastd/
H A Dactivemap.c68 off_t am_syncoff; /* Next synchronization offset. */ member in struct:activemap
168 amp->am_syncoff = -2;
572 amp->am_syncoff = -2;
578 amp->am_syncoff = -1;
596 if (amp->am_syncoff == -2)
599 if (amp->am_syncoff >= 0 &&
600 (amp->am_syncoff + MAXPHYS >= amp->am_mediasize ||
601 off2ext(amp, amp->am_syncoff) !=
602 off2ext(amp, amp->am_syncoff + MAXPHYS))) {
606 ext = off2ext(amp, amp->am_syncoff);
[all...]

Completed in 80 milliseconds