Lines Matching defs:NEWFS
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'" },
870 { NEWFS, "-O N\t\tfilesystem format: 0 => 4.3BSD, 1 => FFSv1, 2 => FFSv2, 2ea => FFSv2 with extattrs" },
871 { NEWFS, "-S secsize\tsector size" },
873 { NEWFS, "-T disktype\tdisk type" },
876 { NEWFS, "-Z \t\tpre-zero the image file" },
883 { NEWFS, "-g avgfilesize\taverage file size" },
896 { NEWFS, "-v volname\tApple UFS volume name" },
922 match = mfs ? MFS_MOUNT : NEWFS;