Searched refs:n_mounts (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/nspawn/ |
D | nspawn-register.c | 19 unsigned n_mounts, in append_machine_properties() argument 50 for (j = 0; j < n_mounts; j++) { in append_machine_properties() 113 unsigned n_mounts, in register_machine() argument 177 n_mounts, in register_machine() 227 unsigned n_mounts, in allocate_scope() argument 287 n_mounts, in allocate_scope()
|
D | nspawn-register.h | 10 …id, int local_ifindex, const char *slice, CustomMount *mounts, unsigned n_mounts, int kill_signal,… 13 …chine_name, pid_t pid, const char *slice, CustomMount *mounts, unsigned n_mounts, int kill_signal,…
|
/systemd-251/src/core/ |
D | namespace.c | 1692 static void drop_unused_mounts(const char *root_directory, MountEntry *mounts, size_t *n_mounts) { in drop_unused_mounts() argument 1694 assert(n_mounts); in drop_unused_mounts() 1695 assert(mounts || *n_mounts == 0); in drop_unused_mounts() 1697 typesafe_qsort(mounts, *n_mounts, mount_path_compare); in drop_unused_mounts() 1699 drop_duplicates(mounts, n_mounts); in drop_unused_mounts() 1700 drop_outside_root(root_directory, mounts, n_mounts); in drop_unused_mounts() 1701 drop_inaccessible(mounts, n_mounts); in drop_unused_mounts() 1702 drop_nop(mounts, n_mounts); in drop_unused_mounts() 1732 size_t *n_mounts, in apply_mounts() argument 1740 if (n_mounts == 0) /* Shortcut: nothing to do */ in apply_mounts() [all …]
|