Home
last modified time | relevance | path

Searched refs:g_flashmap_slice (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/geom/
H A Dgeom_flashmap.c43 struct g_flashmap_slice { struct
48 STAILQ_ENTRY(g_flashmap_slice) sl_link; argument
51 STAILQ_HEAD(g_flashmap_head, g_flashmap_slice);
69 static void g_flashmap_print(struct g_flashmap_slice *slice);
75 g_flashmap_print(struct g_flashmap_slice *slice) in g_flashmap_print()
87 struct g_flashmap_slice *slice; in g_flashmap_modify()
130 struct g_flashmap_slice *slice, *slice_temp; in g_flashmap_taste()
187 struct g_flashmap_slice *slice; in g_flashmap_load()
194 slice = malloc(sizeof(struct g_flashmap_slice), in g_flashmap_load()