Lines Matching refs:nofail
60 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;
448 nofail = fstab_test_yes_no_option(me->mnt_opts, "nofail\0" "fail\0");
449 log_debug("Found entry what=%s where=%s type=%s nofail=%s noauto=%s",
451 yes_no(noauto), yes_no(nofail));
454 k = add_swap(what, me, noauto, nofail);
475 nofail,