orig_path 871 fs/ext4/extents.c struct ext4_ext_path **orig_path, int flags) orig_path 875 fs/ext4/extents.c struct ext4_ext_path *path = orig_path ? *orig_path : NULL; orig_path 892 fs/ext4/extents.c *orig_path = path = NULL; orig_path 949 fs/ext4/extents.c if (orig_path) orig_path 950 fs/ext4/extents.c *orig_path = NULL; orig_path 261 tools/testing/selftests/mount/unprivileged-remount-test.c const char *orig_path = "/dev"; orig_path 288 tools/testing/selftests/mount/unprivileged-remount-test.c orig_mnt_flags = read_mnt_flags(orig_path); orig_path 297 tools/testing/selftests/mount/unprivileged-remount-test.c ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); orig_path 300 tools/testing/selftests/mount/unprivileged-remount-test.c orig_path, dest_path, strerror(errno)); orig_path 314 tools/testing/selftests/mount/unprivileged-remount-test.c dest_path, orig_path);