Searched refs:taste (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c74 .taste = g_virstor_taste,
254 * .taste function for new components.
413 * while others are not, there will be trouble on next .taste() iff
647 * while others are not, there will be trouble on next .taste() iff
787 gp = g_new_geomf(mp, "virstor:taste.helper");
1197 * Called ultimately by .taste, from g_event thread
/freebsd-11-stable/sys/geom/raid/
H A Dg_raid.c57 &g_raid_enable, 0, "Enable on-disk metadata taste");
115 .taste = g_raid_taste,
2225 gp = g_new_geomf(mp, "raid:taste");
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c221 .taste = g_journal_taste,
2439 * and destroy consumer here, I'll get providers for taste, so
2472 gp = g_new_geomf(mp, "journal:taste");
/freebsd-11-stable/sys/geom/part/
H A Dg_part.c165 .taste = g_part_taste,
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c110 .taste = g_raid3_taste,
3311 gp = g_new_geomf(mp, "raid3:taste");
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror.c97 .taste = g_mirror_taste,
3191 gp = g_new_geomf(mp, "mirror:taste");

Completed in 231 milliseconds

12