Home
last modified time | relevance | path

Searched refs:mount_options_free_all (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/shared/
Ddissect-image.h251 MountOptions* mount_options_free_all(MountOptions *options);
252 DEFINE_TRIVIAL_CLEANUP_FUNC(MountOptions*, mount_options_free_all);
Ddissect-image.c2925 MountOptions* mount_options_free_all(MountOptions *options) { in mount_options_free_all() function
/systemd-251/src/core/
Dnamespace.c314 p->image_options = mount_options_free_all(p->image_options); in mount_entry_done()
2561 mount_options_free_all(m[i].mount_options); in mount_image_free_many()
Dload-fragment.c1647 c->root_image_options = mount_options_free_all(c->root_image_options); in config_parse_root_image_options()
1696 c->root_image_options = mount_options_free_all(c->root_image_options); in config_parse_root_image_options()
Ddbus-execute.c1698 … c->root_image_options = mount_options_free_all(c->root_image_options); in bus_exec_context_set_transient_property()
Dexecute.c5343 c->root_image_options = mount_options_free_all(c->root_image_options); in exec_context_done()