realpath          146 fs/overlayfs/inode.c 	struct path realpath;
realpath          156 fs/overlayfs/inode.c 	type = ovl_path_real(dentry, &realpath);
realpath          158 fs/overlayfs/inode.c 	err = vfs_getattr(&realpath, stat, request_mask, flags);
realpath          179 fs/overlayfs/inode.c 			ovl_path_lower(dentry, &realpath);
realpath          180 fs/overlayfs/inode.c 			err = vfs_getattr(&realpath, &lowerstat,
realpath          221 fs/overlayfs/inode.c 			    realpath.dentry == ovl_dentry_lowerdata(dentry)) {
realpath          235 fs/overlayfs/inode.c 			ovl_path_lowerdata(dentry, &realpath);
realpath          236 fs/overlayfs/inode.c 			err = vfs_getattr(&realpath, &lowerdatastat,
realpath          341 fs/overlayfs/overlayfs.h int ovl_check_d_type_supported(struct path *realpath);
realpath          294 fs/overlayfs/readdir.c static inline int ovl_dir_read(struct path *realpath,
realpath          300 fs/overlayfs/readdir.c 	realfile = ovl_path_open(realpath, O_RDONLY | O_DIRECTORY);
realpath          315 fs/overlayfs/readdir.c 		err = ovl_check_whiteouts(realpath->dentry, rdd);
realpath          359 fs/overlayfs/readdir.c 	struct path realpath;
realpath          370 fs/overlayfs/readdir.c 		next = ovl_path_next(idx, dentry, &realpath);
realpath          371 fs/overlayfs/readdir.c 		rdd.is_upper = ovl_dentry_upper(dentry) == realpath.dentry;
realpath          374 fs/overlayfs/readdir.c 			err = ovl_dir_read(&realpath, &rdd);
realpath          384 fs/overlayfs/readdir.c 			err = ovl_dir_read(&realpath, &rdd);
realpath          555 fs/overlayfs/readdir.c 	struct path realpath;
realpath          565 fs/overlayfs/readdir.c 	ovl_path_upper(path->dentry, &realpath);
realpath          567 fs/overlayfs/readdir.c 	err = ovl_dir_read(&realpath, &rdd);
realpath          886 fs/overlayfs/readdir.c 	struct path realpath;
realpath          895 fs/overlayfs/readdir.c 	type = ovl_path_real(file->f_path.dentry, &realpath);
realpath          896 fs/overlayfs/readdir.c 	realfile = ovl_path_open(&realpath, file->f_flags);
realpath         1007 fs/overlayfs/readdir.c int ovl_check_d_type_supported(struct path *realpath)
realpath         1015 fs/overlayfs/readdir.c 	err = ovl_dir_read(realpath, &rdd);
realpath          250 security/tomoyo/audit.c 	char *realpath = NULL;
realpath          263 security/tomoyo/audit.c 		realpath = tomoyo_realpath_from_path(&file->f_path);
realpath          265 security/tomoyo/audit.c 		if (!realpath || !bprm_info)
realpath          268 security/tomoyo/audit.c 		len += strlen(realpath) + 80 + strlen(bprm_info);
realpath          280 security/tomoyo/audit.c 	if (realpath) {
realpath          285 security/tomoyo/audit.c 				realpath, bprm->argc, bprm->envc, bprm_info);
realpath          292 security/tomoyo/audit.c 	kfree(realpath);
realpath         2002 security/tomoyo/common.c 	char *realpath = NULL;
realpath         2022 security/tomoyo/common.c 		realpath = strstr(header, " exec={ realpath=\"");
realpath         2023 security/tomoyo/common.c 		if (realpath) {
realpath         2024 security/tomoyo/common.c 			realpath += 8;
realpath         2025 security/tomoyo/common.c 			len += tomoyo_truncate(realpath) + 6;
realpath         2035 security/tomoyo/common.c 	if (realpath)
realpath         2036 security/tomoyo/common.c 		tomoyo_addprintf(buffer, len, " exec.%s", realpath);
realpath           90 tools/perf/tests/sdt.c 	tempdir = realpath(__tempdir, NULL);
realpath         2088 tools/perf/util/auxtrace.c 		fn = realpath(filt->filename, filename_buf);
realpath          635 tools/perf/util/build-id.c 	realname = realpath(debugfile, NULL);
realpath          657 tools/perf/util/build-id.c 			realname = realpath(name, NULL);
realpath          449 tools/perf/util/llvm-utils.c 	if (path[0] != '-' && realpath(path, abspath) == NULL) {
realpath          278 tools/perf/util/namespaces.c 	rpath = realpath(path, NULL);
realpath          907 tools/perf/util/symbol.c 		char *r = realpath(filename, NULL);
realpath         2288 tools/perf/util/symbol.c 	symfs = realpath(symbol_conf.symfs, NULL);
realpath          225 tools/testing/selftests/exec/execveat.c 	char *fullname = realpath("execveat", NULL);
realpath          226 tools/testing/selftests/exec/execveat.c 	char *fullname_script = realpath("script", NULL);