Searched refs:remount_flags (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shutdown/ |
D | umount.c | 78 unsigned long remount_flags = 0u; in mount_points_list_get() local 142 r = mnt_fs_get_propagation(fs, &remount_flags); in mount_points_list_get() 148 … r = mount_option_mangle(options, remount_flags, &remount_flags, &remount_options); in mount_points_list_get() 156 remount_flags = (remount_flags|MS_REMOUNT|MS_RDONLY) & ~MS_BIND; in mount_points_list_get() 168 m->remount_flags = remount_flags; in mount_points_list_get() 544 r = mount(NULL, m->path, NULL, m->remount_flags, m->remount_options); in remount_with_timeout()
|
D | test-umount.c | 30 m->remount_flags, in test_mount_points_list_one() 64 m->remount_flags, in test_swap_list_one()
|
D | umount.h | 24 unsigned long remount_flags; member
|