Searched refs:real_path (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/scripts/ |
H A D | rustdoc_test_gen.rs | 127 let mut real_path: &str = ""; in main() variables 144 real_path = find_real_path(srctree, &mut valid_paths, file); in main() 175 kernel::kunit_assert!("{kunit_name}", "{real_path}", __DOCTEST_ANCHOR - {line}, $cond); in main() 183 kernel::kunit_assert_eq!("{kunit_name}", "{real_path}", __DOCTEST_ANCHOR - {line}, $left, $right); in main() 200 kernel::kunit::info(format_args!(" # {kunit_name}.location: {real_path}:{line}\n")); in main()
|
/kernel/linux/common_modules/code_sign/ |
H A D | code_sign_elf.c | 228 char *real_path = file_path(file, path_buf, PATH_MAX - 1); in elf_file_enable_fs_verity() local 229 if (IS_ERR_OR_NULL(real_path)) { in elf_file_enable_fs_verity() 235 struct file *fp = filp_open(real_path, O_RDONLY, 0); in elf_file_enable_fs_verity() 293 code_sign_log_info("enable fsverity on file %s success", real_path); in elf_file_enable_fs_verity()
|
/kernel/uniproton/ |
H A D | build.py | 144 real_path = os.path.realpath(self.build_tmp_dir) 145 if os.path.exists(real_path): 146 shutil.rmtree(real_path)
|
/kernel/linux/linux-6.6/fs/ |
H A D | file_table.c | 50 struct path real_path; member 60 return &backing_file(f)->real_path; in backing_file_real_path()
|
H A D | open.c | 1165 * @real_path: path of the backing file 1171 * the @real_path of the backing inode. This is done by embedding the 1177 const struct path *real_path, in backing_file_open() 1188 path_get(real_path); in backing_file_open() 1189 *backing_file_real_path(f) = *real_path; in backing_file_open() 1190 error = do_dentry_open(f, d_inode(real_path->dentry), NULL); in backing_file_open() 1176 backing_file_open(const struct path *path, int flags, const struct path *real_path, const struct cred *cred) backing_file_open() argument
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_server.c | 133 char *real_path; in hmdfs_open_link() local 141 real_path = kzalloc(path_len, GFP_KERNEL); in hmdfs_open_link() 142 if (!real_path) { in hmdfs_open_link() 147 sprintf(real_path, "%s%s", root_name, path); in hmdfs_open_link() 148 file = filp_open(real_path, O_RDWR | O_LARGEFILE, 0644); in hmdfs_open_link() 156 kfree(real_path); in hmdfs_open_link()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_server.c | 133 char *real_path; in hmdfs_open_link() local 141 real_path = kzalloc(path_len, GFP_KERNEL); in hmdfs_open_link() 142 if (!real_path) { in hmdfs_open_link() 147 sprintf(real_path, "%s%s", root_name, path); in hmdfs_open_link() 148 file = filp_open(real_path, O_RDWR | O_LARGEFILE, 0644); in hmdfs_open_link() 156 kfree(real_path); in hmdfs_open_link()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 2513 const struct path *real_path,
|
Completed in 18 milliseconds