Searched refs:orig_path (Results 1 – 2 of 2) sorted by relevance
260 const char *orig_path = "/dev"; in test_priv_mount_unpriv_remount() local287 orig_mnt_flags = read_mnt_flags(orig_path); in test_priv_mount_unpriv_remount()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()313 dest_path, orig_path); in test_priv_mount_unpriv_remount()
859 struct ext4_ext_path **orig_path, int flags) in ext4_find_extent() argument863 struct ext4_ext_path *path = orig_path ? *orig_path : NULL; in ext4_find_extent()874 *orig_path = path = NULL; in ext4_find_extent()936 if (orig_path) in ext4_find_extent()937 *orig_path = NULL; in ext4_find_extent()