Searched refs:n_custom_mounts (Results 1 - 3 of 3) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn-settings.c85 custom_mount_free_all(s->custom_mounts, s->n_custom_mounts);
241 r = bind_mount_parse(&settings->custom_mounts, &settings->n_custom_mounts, rvalue, ltype);
269 r = tmpfs_mount_parse(&settings->custom_mounts, &settings->n_custom_mounts, rvalue);
H A Dnspawn-settings.h70 unsigned n_custom_mounts; member in struct:Settings
H A Dnspawn.c3014 settings->n_custom_mounts > 0) {
3021 arg_n_custom_mounts = settings->n_custom_mounts;
3024 settings->n_custom_mounts = 0;

Completed in 1358 milliseconds