Lines Matching defs:NEWFS
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;