| /linux-6.15/fs/overlayfs/ |
| H A D | inode.c | 161 struct path realpath; in ovl_getattr() local 197 ovl_path_lower(dentry, &realpath); in ovl_getattr() 250 if (realpath.dentry) { in ovl_getattr() 293 struct path realpath; in ovl_permission() local 446 struct path realpath; in do_ovl_get_acl() local 463 if (is_idmapped_mnt(realpath.mnt)) in do_ovl_get_acl() 482 struct path realpath; in ovl_set_or_remove_acl() local 648 return vfs_fileattr_set(mnt_idmap(realpath->mnt), realpath->dentry, fa); in ovl_real_fileattr_set() 732 struct path realpath; in ovl_fileattr_get() local 736 ovl_path_real(dentry, &realpath); in ovl_fileattr_get() [all …]
|
| H A D | file.c | 28 const struct path *realpath) in ovl_open_realfile() argument 43 real_idmap = mnt_idmap(realpath->mnt); in ovl_open_realfile() 117 const struct path *realpath) in ovl_is_real_file() argument 123 struct path *realpath) in ovl_real_file_path() argument 128 if (WARN_ON_ONCE(!realpath->dentry)) in ovl_real_file_path() 177 struct path realpath; in ovl_real_file() local 193 ovl_path_realdata(dentry, &realpath); in ovl_real_file() 195 return ovl_real_file_path(file, &realpath); in ovl_real_file() 202 struct path realpath; in ovl_open() local 218 ovl_path_realdata(dentry, &realpath); in ovl_open() [all …]
|
| H A D | xattrs.c | 43 struct path realpath; in ovl_xattr_set() local 47 ovl_path_lower(dentry, &realpath); in ovl_xattr_set() 49 err = vfs_getxattr(mnt_idmap(realpath.mnt), realdentry, name, NULL, 0); in ovl_xattr_set() 89 struct path realpath; in ovl_xattr_get() local 91 ovl_i_path_real(inode, &realpath); in ovl_xattr_get() 93 res = vfs_getxattr(mnt_idmap(realpath.mnt), realpath.dentry, name, value, size); in ovl_xattr_get()
|
| H A D | readdir.c | 319 err = ovl_check_whiteouts(realpath, rdd); in ovl_dir_read() 351 struct path realpath; in ovl_dir_read_merged() local 369 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_merged() 379 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_merged() 570 struct path realpath; in ovl_dir_read_impure() local 580 ovl_path_upper(path->dentry, &realpath); in ovl_dir_read_impure() 582 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_impure() 856 const struct path *realpath) in ovl_dir_open_realfile() argument 948 struct path realpath; in ovl_dir_open() local 958 realfile = ovl_dir_open_realfile(file, &realpath); in ovl_dir_open() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A 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))
|
| H A 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)
|
| H A D | test_bpftool.sh | 6 SCRIPT_DIR=$(dirname $(realpath $0))
|
| /linux-6.15/scripts/ |
| H A 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]})
|
| H A D | tags.sh | 39 tree=$(realpath "$tree")/ 105 } | xargs realpath -esq $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) |
|
| H A D | Makefile.package | 30 --output=$$(realpath $@) $(archive-args) 210 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \ 211 --add-file=$$(realpath $(word 3, $^)) \
|
| /linux-6.15/security/tomoyo/ |
| H A 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()
|
| H A 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…
|
| /linux-6.15/tools/net/ynl/ |
| H A D | ynl-regen.sh | 4 TOOL=$(dirname $(realpath $0))/pyynl/ynl_gen_c.py 17 KDIR=$(dirname $(dirname $(dirname $(dirname $(realpath $0)))))
|
| /linux-6.15/tools/leds/ |
| H A D | get_led_device_info.sh | 8 linux_top=$(dirname `realpath $0` | awk -F/ \ 18 led_defs_path=`realpath $2`
|
| /linux-6.15/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 67 os.path.realpath(args.directory), 176 abs_path = os.path.realpath(os.path.join(root_directory, file_path))
|
| /linux-6.15/arch/powerpc/tools/ |
| H A D | checkpatch.sh | 7 script_base=$(realpath $(dirname $0))
|
| /linux-6.15/tools/testing/selftests/mm/page_frag/ |
| H A D | Makefile | 1 PAGE_FRAG_TEST_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux-6.15/tools/testing/selftests/bpf/test_kmods/ |
| H A D | Makefile | 1 TEST_KMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux-6.15/tools/testing/selftests/devices/probe/ |
| H A D | test_discoverable_devices.py | 25 this_dir = os.path.dirname(os.path.realpath(__file__)) 53 usb_controllers.append(os.path.realpath(d.path)) 150 return [os.path.realpath(dirname)]
|
| /linux-6.15/tools/testing/selftests/livepatch/test_modules/ |
| H A D | Makefile | 1 TESTMODS_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux-6.15/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 6 BASE_DIR=$(realpath $(dirname $0))
|
| /linux-6.15/tools/testing/selftests/drivers/net/virtio_net/ |
| H A D | virtio_net_common.sh | 39 basename `realpath $device_path`
|
| /linux-6.15/tools/testing/selftests/riscv/ |
| H A D | Makefile | 16 top_srcdir = $(realpath ../../../../)
|
| /linux-6.15/tools/testing/selftests/arm64/ |
| H A D | Makefile | 15 top_srcdir = $(realpath ../../../../)
|
| /linux-6.15/tools/testing/selftests/x86/bugs/ |
| H A D | its_sysfs.py | 9 this_dir = os.path.dirname(os.path.realpath(__file__))
|