Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c262 const char *dest_path = "/tmp"; in test_priv_mount_unpriv_remount() local
297 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); in test_priv_mount_unpriv_remount()
300 orig_path, dest_path, strerror(errno)); in test_priv_mount_unpriv_remount()
303 ret = mount(dest_path, dest_path, "none", in test_priv_mount_unpriv_remount()
311 remount_mnt_flags = read_mnt_flags(dest_path); in test_priv_mount_unpriv_remount()
314 dest_path, orig_path); in test_priv_mount_unpriv_remount()
/linux/fs/vboxsf/
H A Dvfsmod.h124 struct shfl_string *dest_path, u32 flags);