Searched defs:shadow_spine (Results 1 - 1 of 1) sorted by relevance

/drivers/md/persistent-data/
H A Ddm-btree-internal.h69 struct shadow_spine { struct
78 void init_shadow_spine(struct shadow_spine *s, struct dm_btree_info *info);
79 int exit_shadow_spine(struct shadow_spine *s);
81 int shadow_step(struct shadow_spine *s, dm_block_t b,
87 struct dm_block *shadow_current(struct shadow_spine *s);
92 struct dm_block *shadow_parent(struct shadow_spine *s);
94 int shadow_has_parent(struct shadow_spine *s);
96 int shadow_root(struct shadow_spine *s);

Completed in 46 milliseconds