Searched refs:g_slice_config (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/geom/ |
H A D | geom_flashmap.c | 99 error = g_slice_config(gp, i++, G_SLICE_CONFIG_CHECK, in g_flashmap_modify() 112 error = g_slice_config(gp, i++, G_SLICE_CONFIG_SET, in g_flashmap_modify()
|
H A D | geom_slice.h | 72 int g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length, u_int sectors…
|
H A D | geom_slice.c | 351 g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length, u_int sectorsize,… in g_slice_config() function
|
/freebsd/sys/geom/label/ |
H A D | g_label.c | 165 g_slice_config(cp->geom, 0, G_SLICE_CONFIG_FORCE, (off_t)0, in g_label_resize() 274 g_slice_config(gp, 0, G_SLICE_CONFIG_SET, (off_t)0, mediasize, in g_label_create()
|