Home
last modified time | relevance | path

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

/src/sbin/hastd/
H A Dactivemap.c96 off2ext(const struct activemap *amp, off_t offset) in off2ext() function
306 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) { in activemap_write_start()
342 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) { in activemap_write_complete()
599 off2ext(amp, amp->am_syncoff) != in activemap_sync_offset()
600 off2ext(amp, amp->am_syncoff + MAXPHYS))) { in activemap_sync_offset()
604 ext = off2ext(amp, amp->am_syncoff); in activemap_sync_offset()
632 left = ext2off(amp, off2ext(amp, syncoff)) + in activemap_sync_offset()
664 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) { in activemap_need_sync()