Searched refs:dest_path (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c261 const char *dest_path = "/tmp"; test_priv_mount_unpriv_remount() local
296 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); test_priv_mount_unpriv_remount()
299 orig_path, dest_path, strerror(errno)); test_priv_mount_unpriv_remount()
302 ret = mount(dest_path, dest_path, "none", test_priv_mount_unpriv_remount()
310 remount_mnt_flags = read_mnt_flags(dest_path); test_priv_mount_unpriv_remount()
313 dest_path, orig_path); test_priv_mount_unpriv_remount()

Completed in 50 milliseconds