Searched refs:automount (Results 1 - 1 of 1) sorted by relevance
| /systemd/src/fstab-generator/ |
| H A D | fstab-generator.c | 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; local 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 25 milliseconds