Lines Matching full:mounts
7 * no mtab (/proc/mounts does it) so -n is NOP.
19 mounts.
32 This mount autodetects loopback mounts (a file on a directory) and
33 bind mounts (file on file, directory on directory), so you don't need
211 // Trying to autodetect loop mounts like bind mounts above (file on dir)
213 // you _do_ accept loop mounts with -t how do you tell "-t cifs" isn't
294 if (((toys.optflags & FLAG_a) && !access("/proc/mounts", R_OK)) || remount) {
300 // This covers -a, -o remount, one argument, all user mounts
354 remount ? "/proc/mounts" : "fstab");
356 // show mounts from /proc/mounts