remount_mnt_flags  263 tools/testing/selftests/mount/unprivileged-remount-test.c 	int orig_mnt_flags, remount_mnt_flags;
remount_mnt_flags  311 tools/testing/selftests/mount/unprivileged-remount-test.c 	remount_mnt_flags = read_mnt_flags(dest_path);
remount_mnt_flags  312 tools/testing/selftests/mount/unprivileged-remount-test.c 	if (orig_mnt_flags != remount_mnt_flags) {