Searched refs:bind_mounts (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/core/ |
D | device.h | 32 bool bind_mounts; member
|
D | execute.c | 3288 BindMount *bind_mounts; in compile_bind_mounts() local 3313 bind_mounts = new(BindMount, n); in compile_bind_mounts() 3314 if (!bind_mounts) in compile_bind_mounts() 3318 BindMount *item = context->bind_mounts + i; in compile_bind_mounts() 3334 bind_mounts[h++] = (BindMount) { in compile_bind_mounts() 3395 bind_mounts[h++] = (BindMount) { in compile_bind_mounts() 3408 *ret_bind_mounts = bind_mounts; in compile_bind_mounts() 3415 bind_mount_free_many(bind_mounts, h); in compile_bind_mounts() 3477 const BindMount *bind_mounts, in insist_on_sandboxing() argument 3481 assert(n_bind_mounts == 0 || bind_mounts); in insist_on_sandboxing() [all …]
|
D | namespace.h | 125 const BindMount *bind_mounts,
|
D | device.c | 492 d->bind_mounts = r > 0; in device_is_bound_by_mounts() 494 return d->bind_mounts; in device_is_bound_by_mounts() 1065 return DEVICE(device)->bind_mounts; in device_shall_be_bound_by()
|
D | dbus-execute.c | 742 if (ro != c->bind_mounts[i].read_only) in property_get_bind_paths() 747 c->bind_mounts[i].source, in property_get_bind_paths() 748 c->bind_mounts[i].destination, in property_get_bind_paths() 749 c->bind_mounts[i].ignore_enoent, in property_get_bind_paths() 750 c->bind_mounts[i].recursive ? (uint64_t) MS_REC : (uint64_t) 0); in property_get_bind_paths() 3421 r = bind_mount_add(&c->bind_mounts, &c->n_bind_mounts, in bus_exec_context_set_transient_property() 3452 bind_mount_free_many(c->bind_mounts, c->n_bind_mounts); in bus_exec_context_set_transient_property() 3453 c->bind_mounts = NULL; in bus_exec_context_set_transient_property()
|
D | namespace.c | 1874 const BindMount *bind_mounts, in home_read_only() argument 1898 if (path_equal(bind_mounts[i].destination, "/home")) in home_read_only() 1972 const BindMount *bind_mounts, in setup_namespace() argument 2035 … bind_mounts, n_bind_mounts, temporary_filesystems, n_temporary_filesystems, in setup_namespace() 2168 r = append_bind_mounts(&m, bind_mounts, n_bind_mounts); in setup_namespace()
|
D | execute.h | 268 BindMount *bind_mounts; member
|
D | load-fragment.c | 5137 bind_mount_free_many(c->bind_mounts, c->n_bind_mounts); in config_parse_bind_paths() 5138 c->bind_mounts = NULL; in config_parse_bind_paths() 5227 r = bind_mount_add(&c->bind_mounts, &c->n_bind_mounts, in config_parse_bind_paths()
|