Searched refs:dest_path (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 261 const char *dest_path = "/tmp"; in test_priv_mount_unpriv_remount() local 296 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); in test_priv_mount_unpriv_remount() 299 orig_path, dest_path, strerror(errno)); in test_priv_mount_unpriv_remount() 302 ret = mount(dest_path, dest_path, "none", in test_priv_mount_unpriv_remount() 310 remount_mnt_flags = read_mnt_flags(dest_path); in test_priv_mount_unpriv_remount() 313 dest_path, orig_path); in test_priv_mount_unpriv_remount()
|