Searched refs:growfs (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/tools/regression/sbin/
H A DMakefile3 SUBDIR= dhclient growfs
/freebsd-10.0-release/sbin/growfs/
H A DMakefile3 # $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $
11 PROG= growfs
12 SRCS= growfs.c getmntopts.c
13 MAN= growfs.8
H A Dgrowfs.c42 * $TSHeader: src/sbin/growfs/growfs.c,v 1.5 2000/12/12 19:31:00 tomsoft Exp $
110 static void growfs(int, int, unsigned int);
137 growfs(int fsi, int fso, unsigned int Nflag) function
139 DBG_FUNC("growfs")
188 printf("growfs: %.1fMB (%jd sectors) block size %d, fragment size %d\n",
1348 * growfs(8) is a utility which allows to increase the size of an existing
1354 * having done this we just call growfs() which will do the work.
1464 DBG_OPEN("/tmp/growfs.debug"); /* already here we need a superblock */
1521 "using growfs");
[all...]
/freebsd-10.0-release/sbin/ffsinfo/
H A DMakefile7 GROWFS= ${.CURDIR}/../growfs
/freebsd-10.0-release/tools/regression/sbin/growfs/
H A Dregress.t60 my $out = `growfs -y ${md}a`;
76 my $out = `growfs -y ${md}a`;
/freebsd-10.0-release/sbin/
H A DMakefile32 growfs \
/freebsd-10.0-release/tools/regression/geom_eli/
H A Dresize.t78 growfs -y ${md}a.eli >/dev/null || echo -n "not "
110 growfs -y ${md}a.eli >/dev/null || echo -n "not "

Completed in 92 milliseconds