HomeSort by: relevance | last modified time | path
    Searched defs:NEWFS (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/fs/ffs/
t_snapshot.c 21 #define NEWFS "newfs -F -s 10000 " IMGNAME
t_snapshot_v2.c 21 #define NEWFS "newfs -F -s 10000 -O 2 " IMGNAME
t_snapshot_log.c 21 #define NEWFS "newfs -F -s 10000 " IMGNAME
  /src/sbin/fsck_udf/
Makefile 11 NEWFS= ${NETBSDSRCDIR}/sbin/newfs_udf
14 CPPFLAGS+= -I${FSCK} -I${KUDF} -I${NEWFS} -I${NETBSDSRCDIR}/sys
15 .PATH: ${FSCK} ${NEWFS} ${MOUNT} ${KUDF}
  /src/tests/fs/msdosfs/
t_snapshot.c 23 #define NEWFS "newfs_msdos -C 5M " IMGNAME
  /src/distrib/evbsh3/rom/ramdiskeb/
Makefile 24 NEWFS?= newfs
45 ${NEWFS} -B be -m 0 -o space ${VND_RDEV}
  /src/distrib/evbsh3/rom/ramdiskel/
Makefile 24 NEWFS?= newfs
45 ${NEWFS} -B le -m 0 -o space ${VND_RDEV}
  /src/sbin/newfs/
newfs.c 1 /* $NetBSD: newfs.c,v 1.120 2023/07/05 10:58:58 riastradh Exp $ */
79 static char sccsid[] = "@(#)newfs.c 8.13 (Berkeley) 5/1/95";
81 __RCSID("$NetBSD: newfs.c,v 1.120 2023/07/05 10:58:58 riastradh Exp $");
86 * newfs: friendly front end to mkfs
854 #define NEWFS 1
856 #define BOTH NEWFS | MFS_MOUNT
863 { NEWFS, "-B byteorder\tbyte order (`be' or `le')" },
865 { NEWFS, "-F \t\tcreate file system image in regular file" },
866 { NEWFS, "-G \t\tmake sanity calculations non-fatal (testing only!)" },
867 { NEWFS, "-I \t\tdo not check that the file system type is '4.2BSD'" }
    [all...]

Completed in 13 milliseconds