Lines Matching refs:automount
235 bool automount,
269 if (automount)
270 log_warning("Ignoring automount option for root device");
272 noauto = nofail = automount = false;
299 if (!noauto && !nofail && !automount)
302 if (!automount && opts) {
340 lnk = strjoin(arg_dest, "/", post, nofail || automount ? ".wants/" : ".requires/", name, NULL);
349 if (automount) {
350 r = unit_name_from_path(where, ".automount", &automount_name);
456 bool automount;
459 automount = fstab_test_option(me->mnt_opts,
460 "comment=systemd.automount\0"
461 "x-systemd.automount\0");
476 automount,