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

/systemd/src/fstab-generator/
H A Dfstab-generator.c59 bool noauto,
117 if (!noauto) {
233 bool noauto,
265 if (noauto)
266 log_warning("Ignoring \"noauto\" for root device");
272 noauto = nofail = automount = false;
299 if (!noauto && !nofail && !automount)
339 if (!noauto) {
425 bool noauto, nofail; local
447 noauto
56 add_swap( const char *what, struct mntent *me, bool noauto, bool nofail) argument
227 add_mount( const char *what, const char *where, const char *fstype, const char *opts, int passno, bool noauto, bool nofail, bool automount, const char *post, const char *source) argument
[all...]
/systemd/src/cryptsetup/
H A Dcryptsetup-generator.c64 bool noauto, nofail, tmp, swap; local
71 noauto = fstab_test_yes_no_option(options, "noauto\0" "auto\0");
189 if (!noauto) {
221 if (!noauto && !nofail) {

Completed in 2574 milliseconds