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

/systemd/src/nspawn/
H A Dnspawn-register.c36 CustomMount *mounts,
139 CustomMount *cm = mounts + j;
29 register_machine( const char *machine_name, pid_t pid, const char *directory, sd_id128_t uuid, int local_ifindex, const char *slice, CustomMount *mounts, unsigned n_mounts, int kill_signal, char **properties, bool keep_unit, const char *service) argument
H A Dnspawn-mount.c565 CustomMount *mounts, unsigned n,
575 CustomMount *m = mounts + i;
563 mount_custom( const char *dest, CustomMount *mounts, unsigned n, bool userns, uid_t uid_shift, uid_t uid_range, const char *selinux_apifs_context) argument
/systemd/src/core/
H A Dnamespace.c431 BindMount *m, *mounts = NULL; local
451 m = mounts = (BindMount *) alloca0(n * sizeof(BindMount));
519 assert(mounts + n == m);
521 qsort(mounts, n, sizeof(BindMount), mount_path_compare);
522 drop_duplicates(mounts, &n);
539 for (m = mounts; m < mounts + n; ++m) {
545 for (m = mounts; m < mounts + n; ++m) {
572 for (m = mounts;
[all...]

Completed in 14 milliseconds