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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmount.c14 mount_main() calls singlemount() which calls mount_it_now().
17 singlemount() can loop through /etc/filesystems for fstype detection.
1370 static int singlemount(struct mntent *mp, int ignore_busy) function
1520 // Parse options, if necessary parse fstab/mtab, and call singlemount for
1605 rc = singlemount(mtpair, 0);
1666 rc = singlemount(mtcur, 0);
1711 if (singlemount(mtcur, 1)) {

Completed in 31 milliseconds