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

/netgear-R7000-V1.0.7.12_1.2.5/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 108 milliseconds