Searched refs:realpath (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/overlayfs/ |
D | inode.c | 80 struct path realpath; in ovl_getattr() local 82 ovl_path_real(dentry, &realpath); in ovl_getattr() 83 return vfs_getattr(&realpath, stat); in ovl_getattr() 204 struct path realpath; in ovl_readlink() local 207 ovl_path_real(dentry, &realpath); in ovl_readlink() 208 realinode = realpath.dentry->d_inode; in ovl_readlink() 213 touch_atime(&realpath); in ovl_readlink() 215 return realinode->i_op->readlink(realpath.dentry, buf, bufsiz); in ovl_readlink() 263 struct path realpath; in ovl_getxattr() local 264 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.4.14/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.4.14/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.4.14/tools/perf/util/ |
D | build-id.c | 303 realname = realpath(name, NULL); in build_id_cache__dirname_from_path() 367 realname = realpath(name, NULL); in build_id_cache__add_s()
|
D | symbol.c | 843 char *r = realpath(filename, NULL); in symbol__restricted_filename() 2021 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init()
|
/linux-4.4.14/tools/perf/ |
D | builtin-probe.c | 192 tmp = realpath(str, NULL); in opt_set_target()
|
/linux-4.4.14/ |
D | CREDITS | 3369 D: library hacker: RPC, profil(3), realpath(3), regexp.h
|