Home
last modified time | relevance | path

Searched refs:CUSTOM_MOUNT_BIND (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/nspawn/
Dnspawn-mount.h26 CUSTOM_MOUNT_BIND, enumerator
Dnspawn-mount.c150 if (m->type == CUSTOM_MOUNT_BIND) { in custom_mount_prepare_all()
247 m = custom_mount_add(l, n, CUSTOM_MOUNT_BIND); in bind_mount_parse()
944 case CUSTOM_MOUNT_BIND: in mount_custom()
Dnspawn-register.c53 if (cm->type != CUSTOM_MOUNT_BIND) in append_machine_properties()
Dnspawn-bind-user.c296 .type = CUSTOM_MOUNT_BIND, in bind_user_prepare()
Dnspawn-oci.c590 … m = custom_mount_add(&s->custom_mounts, &s->n_custom_mounts, CUSTOM_MOUNT_BIND); in oci_mounts()
2063 m = custom_mount_add(&s->custom_mounts, &s->n_custom_mounts, CUSTOM_MOUNT_BIND); in oci_readonly_paths()