/Linux-v5.15/tools/testing/selftests/bpf/ |
D | test_doc_build.sh | 7 SCRIPT_REL_PATH=$(realpath $0) 9 KDIR_ROOT_DIR=$(realpath $SCRIPT_REL_DIR/../../../../) 10 SCRIPT_REL_DIR=$(dirname $(realpath --relative-to=$KDIR_ROOT_DIR $SCRIPT_REL_PATH))
|
D | test_bpftool_build.sh | 19 SCRIPT_REL_PATH=$(realpath --relative-to=$PWD $0) 21 KDIR_ROOT_DIR=$(realpath $PWD/$SCRIPT_REL_DIR/../../../../) 41 local dir=$(realpath $1)
|
D | test_bpftool.sh | 6 SCRIPT_DIR=$(dirname $(realpath $0))
|
D | test_bpftool.py | 14 cur_dir = os.path.dirname(os.path.realpath(__file__))
|
/Linux-v5.15/fs/overlayfs/ |
D | inode.c | 158 struct path realpath; in ovl_getattr() local 168 type = ovl_path_real(dentry, &realpath); in ovl_getattr() 170 err = vfs_getattr(&realpath, stat, request_mask, flags); in ovl_getattr() 194 ovl_path_lower(dentry, &realpath); in ovl_getattr() 195 err = vfs_getattr(&realpath, &lowerstat, in ovl_getattr() 230 realpath.dentry == ovl_dentry_lowerdata(dentry)) { in ovl_getattr() 244 ovl_path_lowerdata(dentry, &realpath); in ovl_getattr() 245 err = vfs_getattr(&realpath, &lowerdatastat, in ovl_getattr() 508 static int ovl_security_fileattr(struct path *realpath, struct fileattr *fa, in ovl_security_fileattr() argument 515 file = dentry_open(realpath, O_RDONLY, current_cred()); in ovl_security_fileattr() [all …]
|
D | readdir.c | 294 static inline int ovl_dir_read(struct path *realpath, in ovl_dir_read() argument 300 realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE); in ovl_dir_read() 315 err = ovl_check_whiteouts(realpath->dentry, rdd); in ovl_dir_read() 347 struct path realpath; in ovl_dir_read_merged() local 358 next = ovl_path_next(idx, dentry, &realpath); in ovl_dir_read_merged() 359 rdd.is_upper = ovl_dentry_upper(dentry) == realpath.dentry; in ovl_dir_read_merged() 362 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_merged() 372 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_merged() 554 struct path realpath; in ovl_dir_read_impure() local 564 ovl_path_upper(path->dentry, &realpath); in ovl_dir_read_impure() [all …]
|
D | overlayfs.h | 467 int ovl_check_d_type_supported(struct path *realpath); 583 int ovl_real_fileattr_get(struct path *realpath, struct fileattr *fa); 584 int ovl_real_fileattr_set(struct path *realpath, struct fileattr *fa);
|
/Linux-v5.15/scripts/ |
D | dev-needs.sh | 131 SUPPLIER=$(realpath $SL/supplier) 160 echo -n $(basename $(realpath $f)) 170 echo -n $(basename $(realpath $f)) 185 echo -n $(realpath $f) 272 CONSUMER=$(realpath ${CONSUMERS[$i]})
|
D | tags.sh | 98 realpath -es $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) \
|
/Linux-v5.15/security/tomoyo/ |
D | audit.c | 250 char *realpath = NULL; in tomoyo_init_log() local 263 realpath = tomoyo_realpath_from_path(&file->f_path); in tomoyo_init_log() 265 if (!realpath || !bprm_info) in tomoyo_init_log() 268 len += strlen(realpath) + 80 + strlen(bprm_info); in tomoyo_init_log() 280 if (realpath) { in tomoyo_init_log() 285 realpath, bprm->argc, bprm->envc, bprm_info); in tomoyo_init_log() 292 kfree(realpath); in tomoyo_init_log()
|
D | Makefile | 2 … 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 | 2002 char *realpath = NULL; in tomoyo_add_entry() local 2022 realpath = strstr(header, " exec={ realpath=\""); in tomoyo_add_entry() 2023 if (realpath) { in tomoyo_add_entry() 2024 realpath += 8; in tomoyo_add_entry() 2025 len += tomoyo_truncate(realpath) + 6; in tomoyo_add_entry() 2035 if (realpath) in tomoyo_add_entry() 2036 tomoyo_addprintf(buffer, len, " exec.%s", realpath); in tomoyo_add_entry()
|
/Linux-v5.15/tools/leds/ |
D | get_led_device_info.sh | 8 linux_top=$(dirname `realpath $0` | awk -F/ \ 18 led_defs_path=`realpath $2`
|
/Linux-v5.15/arch/powerpc/tools/ |
D | checkpatch.sh | 7 script_base=$(realpath $(dirname $0))
|
/Linux-v5.15/tools/testing/selftests/bpf/bpf_testmod/ |
D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
/Linux-v5.15/tools/testing/selftests/ |
D | run_kselftest.sh | 6 BASE_DIR=$(realpath $(dirname $0))
|
D | lib.mk | 15 selfdir = $(realpath $(dir $(filter %/lib.mk,$(MAKEFILE_LIST))))
|
/Linux-v5.15/tools/testing/selftests/arm64/ |
D | Makefile | 15 top_srcdir = $(realpath ../../../../)
|
/Linux-v5.15/tools/perf/tests/ |
D | sdt.c | 90 tempdir = realpath(__tempdir, NULL); in test__sdt_event()
|
/Linux-v5.15/tools/testing/selftests/kvm/ |
D | Makefile | 170 -exec realpath --relative-base=$(PWD) {} \;; \ 172 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
|
/Linux-v5.15/tools/testing/selftests/exec/ |
D | execveat.c | 227 char *fullname = realpath("execveat", NULL); in run_tests() 228 char *fullname_script = realpath("script", NULL); in run_tests()
|
/Linux-v5.15/Documentation/sphinx/ |
D | maintainers_include.py | 180 path = os.path.realpath(path)
|
D | kernel_include.py | 62 path = os.path.realpath(
|
/Linux-v5.15/tools/testing/selftests/mount/ |
D | nosymfollow-test.c | 166 char *path = realpath(LINK, NULL); in test_realpath()
|
/Linux-v5.15/tools/perf/util/ |
D | namespaces.c | 285 rpath = realpath(path, NULL); in nsinfo__realpath()
|