MountState        552 src/core/mount.c static void mount_set_state(Mount *m, MountState state) {
MountState        553 src/core/mount.c         MountState old_state;
MountState        604 src/core/mount.c         MountState new_state = MOUNT_DEAD;
MountState        759 src/core/mount.c static void mount_enter_signal(Mount *m, MountState state, MountResult f) {
MountState       1083 src/core/mount.c                 MountState state;
MountState       1728 src/core/mount.c DEFINE_STRING_TABLE_LOOKUP(mount_state, MountState);
MountState        108 src/core/mount.h         MountState state, deserialized_state;
MountState        121 src/core/mount.h const char* mount_state_to_string(MountState i) _const_;
MountState        122 src/core/mount.h MountState mount_state_from_string(const char *s) _pure_;