Home
last modified time | relevance | path

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

/systemd-251/src/nspawn/
Dnspawn-mount.h25 typedef enum CustomMountType { enum
33 } CustomMountType; typedef
36 CustomMountType type;
49 CustomMount* custom_mount_add(CustomMount **l, size_t *n, CustomMountType t);
Dnspawn-mount.c28 CustomMount* custom_mount_add(CustomMount **l, size_t *n, CustomMountType t) { in custom_mount_add()