Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dmount.h10 typedef enum MountExecCommand { enum
16 } MountExecCommand; typedef
84 MountExecCommand control_command_id;
96 const char* mount_exec_command_to_string(MountExecCommand i) _const_;
97 MountExecCommand mount_exec_command_from_string(const char *s) _pure_;
Dmount.c1304 MountExecCommand id; in mount_deserialize_item()
2191 DEFINE_STRING_TABLE_LOOKUP(mount_exec_command, MountExecCommand);