Searched refs:bind_mount_parse (Results 1 - 4 of 4) sorted by relevance
/systemd/src/nspawn/ |
H A D | nspawn-mount.h | 53 int bind_mount_parse(CustomMount **l, unsigned *n, const char *s, bool read_only);
|
H A D | nspawn-settings.c | 241 r = bind_mount_parse(&settings->custom_mounts, &settings->n_custom_mounts, rvalue, ltype);
|
H A D | nspawn-mount.c | 99 int bind_mount_parse(CustomMount **l, unsigned *n, const char *s, bool read_only) { function
|
H A D | nspawn.c | 632 r = bind_mount_parse(&arg_custom_mounts, &arg_n_custom_mounts, optarg, c == ARG_BIND_RO);
|
Completed in 1302 milliseconds