Home
last modified time | relevance | path

Searched refs:bind_mounts (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/core/
Ddevice.h32 bool bind_mounts; member
Dexecute.c3288 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 …]
Dnamespace.h125 const BindMount *bind_mounts,
Ddevice.c492 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()
Ddbus-execute.c742 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()
Dnamespace.c1874 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
2035bind_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()
Dexecute.h268 BindMount *bind_mounts; member
Dload-fragment.c5137 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()