Searched refs:growing (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_raid5.c217 /* Skip growing subdisks. */
312 /* Skip growing subdisks. */
441 /* Skip growing if within offset. */
480 /* Skip growing if within offset. */
585 off_t *real_len, int *sdno, int *psdno, int growing)
592 if (growing) {
584 gv_raid5_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off, off_t *real_len, int *sdno, int *psdno, int growing) argument
H A Dgeom_vinum_subr.c408 gv_sdcount(struct gv_plex *p, int growing) argument
414 if (growing) {
H A Dgeom_vinum_plex.c128 off_t *real_len, int *sdno, int growing)
164 /* Take growing subdisks into account when calculating. */
169 !growing)
709 * Finish handling of a bio to a growing plex.
742 G_VINUM_DEBUG(1, "growing of %s completed", p->name);
769 G_VINUM_DEBUG(0, "error growing plex: error code %d", err);
127 gv_plex_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off, off_t *real_len, int *sdno, int growing) argument

Completed in 124 milliseconds