Searched refs:Automount (Results 1 - 4 of 4) sorted by relevance
/systemd/src/core/ |
H A D | dbus-automount.c | 29 SD_BUS_PROPERTY("Where", "s", NULL, offsetof(Automount, where), SD_BUS_VTABLE_PROPERTY_CONST), 30 SD_BUS_PROPERTY("DirectoryMode", "u", bus_property_get_mode, offsetof(Automount, directory_mode), SD_BUS_VTABLE_PROPERTY_CONST), 31 SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(Automount, result), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE), 32 SD_BUS_PROPERTY("TimeoutIdleUSec", "t", bus_property_get_usec, offsetof(Automount, timeout_idle_usec), SD_BUS_VTABLE_PROPERTY_CONST),
|
H A D | automount.h | 22 typedef struct Automount Automount; typedef in typeref:struct:Automount 33 struct Automount { struct 56 int automount_update_mount(Automount *a, MountState old_state, MountState state);
|
H A D | automount.c | 80 Automount *a = AUTOMOUNT(u); 90 static int automount_send_ready(Automount *a, Set *tokens, int status); 92 static void unmount_autofs(Automount *a) { 118 Automount *a = AUTOMOUNT(u); 132 static int automount_add_mount_links(Automount *a) { 144 static int automount_add_default_dependencies(Automount *a) { 162 static int automount_verify(Automount *a) { 189 Automount *a = AUTOMOUNT(u); 231 static void automount_set_state(Automount *a, AutomountState state) { 249 Automount * [all...] |
H A D | unit.h | 448 DEFINE_CAST(AUTOMOUNT, Automount);
|
Completed in 513 milliseconds