Lines Matching refs:g_geom
127 struct g_geom *gp; in g_load_class()
183 struct g_geom *gp; in g_unload_class()
304 struct g_geom *gp; in g_retaste_event()
370 struct g_geom *
373 struct g_geom *gp; in g_new_geomf()
408 g_destroy_geom(struct g_geom *gp) in g_destroy_geom()
430 g_wither_geom(struct g_geom *gp, int error) in g_wither_geom()
462 g_wither_geom_close(struct g_geom *gp, int error) in g_wither_geom_close()
483 struct g_geom *gp, *gp2; in g_wither_washer()
517 g_new_consumer(struct g_geom *gp) in g_new_consumer()
541 struct g_geom *gp; in g_destroy_consumer()
597 g_new_providerf(struct g_geom *gp, const char *fmt, ...) in g_new_providerf()
678 struct g_geom *gp; in g_resize_provider_event()
761 struct g_geom *gp; in g_provider_by_name()
788 struct g_geom *gp; in g_destroy_provider()
833 redo_rank(struct g_geom *gp) in redo_rank()
836 struct g_geom *gp1, *gp2; in redo_rank()
943 struct g_geom *gp; in g_access()
1171 struct g_geom *gp; in g_std_spoiled()
1353 struct g_geom *gp; in g_valid_obj()
1416 geom_flags_to_string(struct g_geom *gp, char *str, size_t size) in geom_flags_to_string()
1502 db_show_geom_geom(int indent, struct g_geom *gp) in db_show_geom_geom()
1546 struct g_geom *gp; in db_show_geom_class()
1577 db_show_geom_geom(0, (struct g_geom *)addr); in DB_SHOW_COMMAND()