Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_flashmap.c67 static int g_flashmap_modify(struct g_flashmap *gfp, struct g_geom *gp,
84 g_flashmap_modify(struct g_flashmap *gfp, struct g_geom *gp, in g_flashmap_modify()
131 struct g_flashmap *gfp; in g_flashmap_taste()
144 sizeof(struct g_flashmap), NULL); in g_flashmap_taste()
224 DECLARE_GEOM_CLASS(g_flashmap_class, g_flashmap);
H A Dgeom_flashmap.h32 struct g_flashmap { struct
/freebsd/sys/geom/label/
H A Dg_label_flashmap.c42 struct g_flashmap *gfp; in g_label_flashmap_taste()
57 gfp = (struct g_flashmap *)gsp->softc; in g_label_flashmap_taste()