Lines Matching defs:s
127 void init_ro_spine(struct ro_spine *s, struct dm_btree_info *info) in init_ro_spine()
135 void exit_ro_spine(struct ro_spine *s) in exit_ro_spine()
144 int ro_step(struct ro_spine *s, dm_block_t new_child) in ro_step()
161 void ro_pop(struct ro_spine *s) in ro_pop()
168 struct btree_node *ro_node(struct ro_spine *s) in ro_node()
180 void init_shadow_spine(struct shadow_spine *s, struct dm_btree_info *info) in init_shadow_spine()
186 int exit_shadow_spine(struct shadow_spine *s) in exit_shadow_spine()
197 int shadow_step(struct shadow_spine *s, dm_block_t b, in shadow_step()
219 struct dm_block *shadow_current(struct shadow_spine *s) in shadow_current()
226 struct dm_block *shadow_parent(struct shadow_spine *s) in shadow_parent()
233 int shadow_has_parent(struct shadow_spine *s) in shadow_has_parent()
238 int shadow_root(struct shadow_spine *s) in shadow_root()