Searched refs:arg_custom_mounts (Results 1 - 1 of 1) sorted by relevance
/systemd/src/nspawn/ |
H A D | nspawn.c | 156 static CustomMount *arg_custom_mounts = NULL; variable 267 qsort_safe(arg_custom_mounts, arg_n_custom_mounts, sizeof(CustomMount), custom_mount_compare); 271 CustomMount *m = &arg_custom_mounts[i]; 632 r = bind_mount_parse(&arg_custom_mounts, &arg_n_custom_mounts, optarg, c == ARG_BIND_RO); 640 r = tmpfs_mount_parse(&arg_custom_mounts, &arg_n_custom_mounts, optarg); 696 m = custom_mount_add(&arg_custom_mounts, &arg_n_custom_mounts, CUSTOM_MOUNT_OVERLAY); 2797 r = mount_custom(directory, arg_custom_mounts, arg_n_custom_mounts, arg_userns, arg_uid_shift, arg_uid_range, arg_selinux_apifs_context); 3019 custom_mount_free_all(arg_custom_mounts, arg_n_custom_mounts); 3020 arg_custom_mounts = settings->custom_mounts; 3509 arg_custom_mounts, arg_n_custom_mount [all...] |
Completed in 1731 milliseconds