Home
last modified time | relevance | path

Searched refs:real_path (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/
H A Drustdoc_test_gen.rs128 let mut real_path: &str = ""; in main() localVariable
145 real_path = find_real_path(srctree, &mut valid_paths, file); in main()
177 "{kunit_name}", "{real_path}", __DOCTEST_ANCHOR - {line}, $cond in main()
187 "{kunit_name}", "{real_path}", __DOCTEST_ANCHOR - {line}, $left, $right in main()
205 ::kernel::kunit::info(format_args!(" # {kunit_name}.location: {real_path}:{line}\n")); in main()
/linux/include/linux/
H A Dbacking-file.h22 const struct path *real_path,
/linux/fs/
H A Dbacking-file.c22 * @real_path: path of the backing file
26 * @user_path may be on the stackable filesystem and @real_path on the
33 const struct path *real_path, in backing_file_open() argument
45 error = vfs_open(real_path, f); in backing_file_open()