Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/security/tomoyo/
Daudit.c248 char *realpath = NULL; in tomoyo_init_log() local
259 realpath = tomoyo_realpath_from_path(&file->f_path); in tomoyo_init_log()
261 if (!realpath || !bprm_info) in tomoyo_init_log()
264 len += strlen(realpath) + 80 + strlen(bprm_info); in tomoyo_init_log()
276 if (realpath) { in tomoyo_init_log()
280 realpath, bprm->argc, bprm->envc, bprm_info); in tomoyo_init_log()
287 kfree(realpath); in tomoyo_init_log()
DMakefile2 … environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o…
Dcommon.c1940 char *realpath = NULL; in tomoyo_add_entry() local
1959 realpath = strstr(header, " exec={ realpath=\""); in tomoyo_add_entry()
1960 if (realpath) { in tomoyo_add_entry()
1961 realpath += 8; in tomoyo_add_entry()
1962 len += tomoyo_truncate(realpath) + 6; in tomoyo_add_entry()
1972 if (realpath) in tomoyo_add_entry()
1973 tomoyo_addprintf(buffer, len, " exec.%s", realpath); in tomoyo_add_entry()
/Linux-v4.19/fs/overlayfs/
Dreaddir.c297 static inline int ovl_dir_read(struct path *realpath, in ovl_dir_read() argument
303 realfile = ovl_path_open(realpath, O_RDONLY | O_DIRECTORY); in ovl_dir_read()
318 err = ovl_check_whiteouts(realpath->dentry, rdd); in ovl_dir_read()
362 struct path realpath; in ovl_dir_read_merged() local
373 next = ovl_path_next(idx, dentry, &realpath); in ovl_dir_read_merged()
374 rdd.is_upper = ovl_dentry_upper(dentry) == realpath.dentry; in ovl_dir_read_merged()
377 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_merged()
387 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_merged()
552 struct path realpath; in ovl_dir_read_impure() local
562 ovl_path_upper(path->dentry, &realpath); in ovl_dir_read_impure()
[all …]
Dinode.c149 struct path realpath; in ovl_getattr() local
159 type = ovl_path_real(dentry, &realpath); in ovl_getattr()
161 err = vfs_getattr(&realpath, stat, request_mask, flags); in ovl_getattr()
182 ovl_path_lower(dentry, &realpath); in ovl_getattr()
183 err = vfs_getattr(&realpath, &lowerstat, in ovl_getattr()
218 realpath.dentry == ovl_dentry_lowerdata(dentry)) { in ovl_getattr()
232 ovl_path_lowerdata(dentry, &realpath); in ovl_getattr()
233 err = vfs_getattr(&realpath, &lowerdatastat, in ovl_getattr()
Doverlayfs.h331 int ovl_check_d_type_supported(struct path *realpath);
/Linux-v4.19/arch/powerpc/tools/
Dcheckpatch.sh7 script_base=$(realpath $(dirname $0))
/Linux-v4.19/tools/perf/tests/
Dsdt.c86 tempdir = realpath(__tempdir, NULL); in test__sdt_event()
/Linux-v4.19/tools/testing/selftests/exec/
Dexecveat.c226 char *fullname = realpath("execveat", NULL); in run_tests()
227 char *fullname_script = realpath("script", NULL); in run_tests()
/Linux-v4.19/tools/perf/util/
Dnamespaces.c248 rpath = realpath(path, NULL); in nsinfo__realpath()
Dbuild-id.c627 realname = realpath(debugfile, NULL); in build_id_cache__find_debug()
649 realname = realpath(name, NULL); in build_id_cache__add_s()
Dllvm-utils.c447 if (path[0] != '-' && realpath(path, abspath) == NULL) { in llvm__compile_bpf()
Dsymbol.c878 char *r = realpath(filename, NULL); in symbol__restricted_filename()
2163 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init()
Dauxtrace.c2058 fn = realpath(filt->filename, filename_buf); in addr_filter__to_str()
/Linux-v4.19/Documentation/sphinx/
Dkernel_include.py62 path = os.path.realpath(
/Linux-v4.19/tools/perf/
DMakefile.perf237 FEATURE_DUMP_EXPORT := $(realpath $(OUTPUT)FEATURE-DUMP)
239 FEATURE_DUMP_EXPORT := $(realpath $(FEATURES_DUMP))
/Linux-v4.19/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py528 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_offload.py30 bpf_test_dir = os.path.dirname(os.path.realpath(__file__))
/Linux-v4.19/
DMakefile488 GCC_TOOLCHAIN := $(realpath $(GCC_TOOLCHAIN_DIR)/..)
DCREDITS3428 D: library hacker: RPC, profil(3), realpath(3), regexp.h
/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py767 dir = os.path.dirname(os.path.realpath(__file__))