Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/hastd/
H A Dactivemap.c97 off2ext(const struct activemap *amp, off_t offset) in off2ext() function
307 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) { in activemap_write_start()
343 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) { in activemap_write_complete()
600 off2ext(amp, amp->am_syncoff) != in activemap_sync_offset()
601 off2ext(amp, amp->am_syncoff + MAXPHYS))) { in activemap_sync_offset()
605 ext = off2ext(amp, amp->am_syncoff); in activemap_sync_offset()
633 left = ext2off(amp, off2ext(amp, syncoff)) + in activemap_sync_offset()
665 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) { in activemap_need_sync()