Lines Matching defs:mfs
121 #ifdef MFS
206 int mfs; /* run as the memory based filesystem */
256 #ifdef MFS
272 if (strstr(getprogname(), "mfs")) {
273 mfs = 1;
276 if (argv[1] != NULL && !strcmp(argv[1], "-mfs")) {
279 mfs = 1;
283 opstring = mfs ?
366 if (mfs)
390 if (mfs) {
415 /* mfs only */
424 /* mfs only */
448 /* Default to not showing CG info if mfs */
449 verbosity = mfs ? 0 : DEFAULT_VERBOSITY;
451 #ifdef MFS
467 if (argc != 2 && (mfs || argc != 1))
473 if (Fflag || mfs) {
475 * It's a file system image or an MFS,
481 if (mfs) {
508 } else { /* !Fflag && !mfs */
591 } /* !Fflag && !mfs */
707 #ifdef MFS
708 if (mfs) {
713 perror("mfs");
717 "mfs:%d", getpid());
721 "mfs:%d", pid);
739 !strcmp(sf.f_fstypename, "mfs"))
907 if (mfs) {
922 match = mfs ? MFS_MOUNT : NEWFS;