Lines Matching refs:activemap

51 struct activemap {  struct
96 off2ext(const struct activemap *amp, off_t offset) in off2ext()
107 ext2off(const struct activemap *amp, int extent) in ext2off()
122 ext2reqs(const struct activemap *amp, int ext) in ext2reqs()
141 activemap_init(struct activemap **ampp, uint64_t mediasize, uint32_t extentsize, in activemap_init()
144 struct activemap *amp; in activemap_init()
201 keepdirty_find(struct activemap *amp, int extent) in keepdirty_find()
213 keepdirty_add(struct activemap *amp, int extent) in keepdirty_add()
250 keepdirty_fill(struct activemap *amp) in keepdirty_fill()
259 keepdirty_free(struct activemap *amp) in keepdirty_free()
275 activemap_free(struct activemap *amp) in activemap_free()
294 activemap_write_start(struct activemap *amp, off_t offset, off_t length) in activemap_write_start()
330 activemap_write_complete(struct activemap *amp, off_t offset, off_t length) in activemap_write_complete()
367 activemap_extent_complete(struct activemap *amp, int extent) in activemap_extent_complete()
394 activemap_ndirty(const struct activemap *amp) in activemap_ndirty()
407 activemap_differ(const struct activemap *amp) in activemap_differ()
420 activemap_size(const struct activemap *amp) in activemap_size()
433 activemap_ondisk_size(const struct activemap *amp) in activemap_ondisk_size()
445 activemap_copyin(struct activemap *amp, const unsigned char *buf, size_t size) in activemap_copyin()
483 activemap_merge(struct activemap *amp, const unsigned char *buf, size_t size) in activemap_merge()
525 activemap_bitmap(struct activemap *amp, size_t *sizep) in activemap_bitmap()
561 activemap_sync_rewind(struct activemap *amp) in activemap_sync_rewind()
583 activemap_sync_offset(struct activemap *amp, off_t *lengthp, int *syncextp) in activemap_sync_offset()
653 activemap_need_sync(struct activemap *amp, off_t offset, off_t length) in activemap_need_sync()
683 activemap_dump(const struct activemap *amp) in activemap_dump()