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

/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dnewfs.c251 char mounttoname[MAXPATHLEN]; local
684 pathadj(argv[1], mounttoname);
708 if (statvfs(mounttoname, &sf) < 0)
709 err(88, "statvfs %s", mounttoname);
711 !strncmp(sf.f_mntonname, mounttoname,
724 errx(1, "%s: mount: %s", mounttoname,
740 if (mount(MOUNT_MFS, mounttoname, mntflags | MNT_ASYNC,

Completed in 63 milliseconds