Searched defs:mount_opts (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn-mount.c374 static int parse_mount_bind_options(const char *options, unsigned long *mount_flags, char **mount_opts) { argument
400 /* in the future mount_opts will hold string options for mount(2) */
401 *mount_opts = opts;
410 _cleanup_free_ char *mount_opts = NULL; local
416 r = parse_mount_bind_options(m->options, &mount_flags, &mount_opts);
456 if (mount(m->source, where, NULL, mount_flags, mount_opts) < 0)

Completed in 85 milliseconds