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

/freebsd-11-stable/sbin/hastd/
H A Dactivemap.c70 off_t am_syncoff; /* Next synchronization offset. */ member in struct:activemap
170 amp->am_syncoff = -2;
574 amp->am_syncoff = -2;
580 amp->am_syncoff = -1;
598 if (amp->am_syncoff == -2)
601 if (amp->am_syncoff >= 0 &&
602 (amp->am_syncoff + MAXPHYS >= amp->am_mediasize ||
603 off2ext(amp, amp->am_syncoff) !=
604 off2ext(amp, amp->am_syncoff + MAXPHYS))) {
608 ext = off2ext(amp, amp->am_syncoff);
[all...]

Completed in 118 milliseconds