Searched refs:activemap (Results 1 – 6 of 6) sorted by relevance
37 struct activemap;39 int activemap_init(struct activemap **ampp, uint64_t mediasize,41 void activemap_free(struct activemap *amp);44 bool activemap_write_complete(struct activemap *amp, off_t offset,46 bool activemap_extent_complete(struct activemap *amp, int extent);47 uint64_t activemap_ndirty(const struct activemap *amp);49 bool activemap_differ(const struct activemap *amp);50 size_t activemap_size(const struct activemap *amp);51 size_t activemap_ondisk_size(const struct activemap *amp);61 void activemap_sync_rewind(struct activemap *amp);[all …]
52 struct activemap { struct123 ext2reqs(const struct activemap *amp, int ext) in ext2reqs()145 struct activemap *amp; in activemap_init()251 keepdirty_fill(struct activemap *amp) in keepdirty_fill()260 keepdirty_free(struct activemap *amp) in keepdirty_free()276 activemap_free(struct activemap *amp) in activemap_free()395 activemap_ndirty(const struct activemap *amp) in activemap_ndirty()408 activemap_differ(const struct activemap *amp) in activemap_differ()421 activemap_size(const struct activemap *amp) in activemap_size()562 activemap_sync_rewind(struct activemap *amp) in activemap_sync_rewind()[all …]
6 SRCS= activemap.c
230 struct activemap *hr_amp;
8 SRCS= activemap.c
275 "Count of resource local activemap updates."