Home
last modified time | relevance | path

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

/freebsd-14.2/sys/geom/
H A Dgeom_flashmap.c44 struct g_flashmap_slice { struct
49 STAILQ_ENTRY(g_flashmap_slice) sl_link; argument
52 STAILQ_HEAD(g_flashmap_head, g_flashmap_slice);
70 static void g_flashmap_print(struct g_flashmap_slice *slice);
76 g_flashmap_print(struct g_flashmap_slice *slice) in g_flashmap_print()
88 struct g_flashmap_slice *slice; in g_flashmap_modify()
131 struct g_flashmap_slice *slice, *slice_temp; in g_flashmap_taste()
188 struct g_flashmap_slice *slice; in g_flashmap_load()
195 slice = malloc(sizeof(struct g_flashmap_slice), in g_flashmap_load()