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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dumount.c86 char *zapit = *argv; local
96 realpath(zapit, path);
104 if (m) zapit = m->dir;
107 curstat = umount(zapit);
111 curstat = umount2(zapit, doForce);
113 bb_error_msg("forced umount of %s failed!", zapit);
118 curstat = mount(m->device, zapit, NULL, MS_REMOUNT|MS_RDONLY, NULL);
125 bb_perror_msg("cannot umount %s", zapit);

Completed in 87 milliseconds