Automount 160 build2/src/core/load-fragment-gperf.c {"Automount.DirectoryMode", config_parse_mode, 0, offsetof(Automount, directory_mode)}, Automount 363 build2/src/core/load-fragment-gperf.c {"Automount.Where", config_parse_path, 0, offsetof(Automount, where)}, Automount 57 src/core/automount.c Automount *a = AUTOMOUNT(u); Automount 84 src/core/automount.c static void unmount_autofs(Automount *a) { Automount 104 src/core/automount.c Automount *a = AUTOMOUNT(u); Automount 117 src/core/automount.c static int automount_add_mount_links(Automount *a) { Automount 130 src/core/automount.c static int automount_add_default_dependencies(Automount *a) { Automount 145 src/core/automount.c static int automount_verify(Automount *a) { Automount 173 src/core/automount.c Automount *a = AUTOMOUNT(u); Automount 217 src/core/automount.c static void automount_set_state(Automount *a, AutomountState state) { Automount 239 src/core/automount.c Automount *a = AUTOMOUNT(u); Automount 268 src/core/automount.c Automount *a = AUTOMOUNT(u); Automount 283 src/core/automount.c static void automount_enter_dead(Automount *a, AutomountResult f) { Automount 409 src/core/automount.c int automount_send_ready(Automount *a, int status) { Automount 451 src/core/automount.c static void automount_enter_waiting(Automount *a) { Automount 544 src/core/automount.c static void automount_enter_runnning(Automount *a) { Automount 591 src/core/automount.c Automount *a = AUTOMOUNT(u); Automount 612 src/core/automount.c Automount *a = AUTOMOUNT(u); Automount 622 src/core/automount.c Automount *a = AUTOMOUNT(u); Automount 651 src/core/automount.c Automount *a = AUTOMOUNT(u); Automount 733 src/core/automount.c Automount *a = AUTOMOUNT(userdata); Automount 799 src/core/automount.c Automount *a = AUTOMOUNT(u); Automount 826 src/core/automount.c .object_size = sizeof(Automount), Automount 24 src/core/automount.h typedef struct Automount Automount; Automount 63 src/core/automount.h int automount_send_ready(Automount *a, int status); Automount 32 src/core/dbus-automount.c SD_BUS_PROPERTY("Where", "s", NULL, offsetof(Automount, where), SD_BUS_VTABLE_PROPERTY_CONST), Automount 33 src/core/dbus-automount.c SD_BUS_PROPERTY("DirectoryMode", "u", bus_property_get_mode, offsetof(Automount, directory_mode), SD_BUS_VTABLE_PROPERTY_CONST), Automount 34 src/core/dbus-automount.c SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(Automount, result), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE), Automount 436 src/core/unit.h DEFINE_CAST(AUTOMOUNT, Automount);