Searched refs:activemap (Results 1 – 6 of 6) sorted by relevance
40 struct activemap;42 int activemap_init(struct activemap **ampp, uint64_t mediasize,44 void activemap_free(struct activemap *amp);47 bool activemap_write_complete(struct activemap *amp, off_t offset,49 bool activemap_extent_complete(struct activemap *amp, int extent);50 uint64_t activemap_ndirty(const struct activemap *amp);52 bool activemap_differ(const struct activemap *amp);53 size_t activemap_size(const struct activemap *amp);54 size_t activemap_ondisk_size(const struct activemap *amp);64 void activemap_sync_rewind(struct activemap *amp);[all …]
55 struct activemap { struct126 ext2reqs(const struct activemap *amp, int ext) in ext2reqs()148 struct activemap *amp; in activemap_init()254 keepdirty_fill(struct activemap *amp) in keepdirty_fill()263 keepdirty_free(struct activemap *amp) in keepdirty_free()279 activemap_free(struct activemap *amp) in activemap_free()398 activemap_ndirty(const struct activemap *amp) in activemap_ndirty()411 activemap_differ(const struct activemap *amp) in activemap_differ()424 activemap_size(const struct activemap *amp) in activemap_size()565 activemap_sync_rewind(struct activemap *amp) in activemap_sync_rewind()[all …]
7 SRCS= activemap.c
232 struct activemap *hr_amp;
9 SRCS= activemap.c
277 "Count of resource local activemap updates."