Home
last modified time | relevance | path

Searched refs:automount_name (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/fstab-generator/
Dfstab-generator.c355 *automount_name = NULL, in add_mount() local
533 r = unit_name_from_path(where, ".automount", &automount_name); in add_mount()
539 r = generator_open_unit_file(dest, fstab_path(), automount_name, &f); in add_mount()
561 … return log_error_errno(r, "Failed to write unit file %s: %m", automount_name); in add_mount()
564 … (flags & MOUNT_NOFAIL) ? "wants" : "requires", automount_name); in add_mount()