Searched refs:remount_options (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shutdown/ |
D | umount.c | 52 free(m->remount_options); in mount_point_free() 79 _cleanup_free_ char *remount_options = NULL; in mount_points_list_get() local 148 … r = mount_option_mangle(options, remount_flags, &remount_flags, &remount_options); in mount_points_list_get() 167 m->remount_options = TAKE_PTR(remount_options); in mount_points_list_get() 541 … log_info("Remounting '%s' read-only with options '%s'.", m->path, strempty(m->remount_options)); in remount_with_timeout() 544 r = mount(NULL, m->path, NULL, m->remount_flags, m->remount_options); in remount_with_timeout()
|
D | test-umount.c | 29 strempty(m->remount_options), in test_mount_points_list_one() 63 strempty(m->remount_options), in test_swap_list_one()
|
D | umount.h | 23 char *remount_options; member
|