Searched defs:nofail (Results 1 - 2 of 2) sorted by relevance

/systemd/src/cryptsetup/
H A Dcryptsetup-generator.c64 bool noauto, nofail, tmp, swap; local
72 nofail = fstab_test_yes_no_option(options, "nofail\0" "fail\0");
118 if (!nofail)
200 if (!nofail)
221 if (!noauto && !nofail) {
/systemd/src/fstab-generator/
H A Dfstab-generator.c60 bool nofail) {
119 nofail ? ".wants/" : ".requires/", name, NULL);
234 bool nofail,
267 if (nofail)
268 log_warning("Ignoring \"nofail\" for root device");
272 noauto = nofail = automount = false;
299 if (!noauto && !nofail && !automount)
340 lnk = strjoin(arg_dest, "/", post, nofail || automount ? ".wants/" : ".requires/", name, NULL);
395 lnk = strjoin(arg_dest, "/", post, nofail ? ".wants/" : ".requires/", automount_name, NULL);
425 bool noauto, nofail; local
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...]

Completed in 18 milliseconds