Searched refs:realpath (Results  1 – 12 of 12) sorted by relevance
| /linux-4.1.27/fs/overlayfs/ | 
| D | inode.c | 83 	struct path realpath;  in ovl_getattr()  local 85 	ovl_path_real(dentry, &realpath);  in ovl_getattr() 86 	return vfs_getattr(&realpath, stat);  in ovl_getattr() 206 	struct path realpath;  in ovl_readlink()  local 209 	ovl_path_real(dentry, &realpath);  in ovl_readlink() 210 	realinode = realpath.dentry->d_inode;  in ovl_readlink() 215 	touch_atime(&realpath);  in ovl_readlink() 217 	return realinode->i_op->readlink(realpath.dentry, buf, bufsiz);  in ovl_readlink() 265 	struct path realpath;  in ovl_getxattr()  local 266 	enum ovl_path_type type = ovl_path_real(dentry, &realpath);  in ovl_getxattr() [all …] 
 | 
| D | readdir.c | 239 static inline int ovl_dir_read(struct path *realpath,  in ovl_dir_read()  argument 245 	realfile = ovl_path_open(realpath, O_RDONLY | O_DIRECTORY);  in ovl_dir_read() 260 		err = ovl_check_whiteouts(realpath->dentry, rdd);  in ovl_dir_read() 287 	struct path realpath;  in ovl_dir_read_merged()  local 297 		next = ovl_path_next(idx, dentry, &realpath);  in ovl_dir_read_merged() 300 			err = ovl_dir_read(&realpath, &rdd);  in ovl_dir_read_merged() 310 			err = ovl_dir_read(&realpath, &rdd);  in ovl_dir_read_merged() 496 	struct path realpath;  in ovl_dir_open()  local 505 	type = ovl_path_real(file->f_path.dentry, &realpath);  in ovl_dir_open() 506 	realfile = ovl_path_open(&realpath, file->f_flags);  in ovl_dir_open()
  | 
| D | dir.c | 140 	struct path realpath;  in ovl_dir_getattr()  local 142 	type = ovl_path_real(dentry, &realpath);  in ovl_dir_getattr() 143 	err = vfs_getattr(&realpath, stat);  in ovl_dir_getattr()
  | 
| /linux-4.1.27/security/tomoyo/ | 
| D | audit.c | 247 	char *realpath = NULL;  in tomoyo_init_log()  local 258 		realpath = tomoyo_realpath_from_path(&file->f_path);  in tomoyo_init_log() 260 		if (!realpath || !bprm_info)  in tomoyo_init_log() 263 		len += strlen(realpath) + 80 + strlen(bprm_info);  in tomoyo_init_log() 275 	if (realpath) {  in tomoyo_init_log() 279 				realpath, bprm->argc, bprm->envc, bprm_info);  in tomoyo_init_log() 286 	kfree(realpath);  in tomoyo_init_log()
  | 
| D | Makefile | 1 … environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o…
  | 
| D | common.c | 1939 	char *realpath = NULL;  in tomoyo_add_entry()  local 1958 		realpath = strstr(header, " exec={ realpath=\"");  in tomoyo_add_entry() 1959 		if (realpath) {  in tomoyo_add_entry() 1960 			realpath += 8;  in tomoyo_add_entry() 1961 			len += tomoyo_truncate(realpath) + 6;  in tomoyo_add_entry() 1971 	if (realpath)  in tomoyo_add_entry() 1972 		tomoyo_addprintf(buffer, len, " exec.%s", realpath);  in tomoyo_add_entry()
  | 
| /linux-4.1.27/kernel/ | 
| D | Makefile | 131 				$(or $(realpath $(CERT)),$(CERT)))) 132 X509_CERTIFICATES := $(subst $(realpath $(objtree))/,,$(X509_CERTIFICATES-raw))
  | 
| /linux-4.1.27/tools/testing/selftests/exec/ | 
| D | execveat.c | 214 	char *fullname = realpath("execveat", NULL);  in run_tests() 215 	char *fullname_script = realpath("script", NULL);  in run_tests()
  | 
| /linux-4.1.27/tools/perf/util/ | 
| D | build-id.c | 288 		realname = realpath(name, NULL);  in build_id_cache__dirname_from_path() 352 		realname = realpath(name, NULL);  in build_id_cache__add_s()
  | 
| D | symbol.c | 824 		char *r = realpath(filename, NULL);  in symbol__restricted_filename() 1967 	symfs = realpath(symbol_conf.symfs, NULL);  in symbol__init()
  | 
| /linux-4.1.27/tools/perf/ | 
| D | builtin-probe.c | 201 			tmp = realpath(str, NULL);  in opt_set_target()
  | 
| /linux-4.1.27/ | 
| D | CREDITS | 3357 D: library hacker: RPC, profil(3), realpath(3), regexp.h
  |