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

/freebsd-11-stable/sbin/hastd/
H A Dactivemap.c100 off2ext(const struct activemap *amp, off_t offset) function
310 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) {
346 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) {
603 off2ext(amp, amp->am_syncoff) !=
604 off2ext(amp, amp->am_syncoff + MAXPHYS))) {
608 ext = off2ext(amp, amp->am_syncoff);
636 left = ext2off(amp, off2ext(amp, syncoff)) +
668 for (ext = off2ext(am
[all...]

Completed in 54 milliseconds