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

/external/toybox/toys/lsb/
H A Dmount.c35 in /etc/fstab under /path, even if it's noauto.
308 int aflags, noauto, len; local
310 // Check for noauto and get it out of the option list. (Unknown options
312 noauto = comma_scan(mm->opts, "noauto", 1);
320 } else if (noauto) continue; // never present in the remount case

Completed in 41 milliseconds