| /linux/fs/overlayfs/ |
| H A D | inode.c | 169 struct path realpath; in ovl_getattr() local 178 type = ovl_path_real(dentry, &realpath); in ovl_getattr() 179 err = ovl_real_getattr_nosec(sb, &realpath, stat, request_mask, flags); in ovl_getattr() 203 ovl_path_lower(dentry, &realpath); in ovl_getattr() 204 err = ovl_real_getattr_nosec(sb, &realpath, &lowerstat, lowermask, flags); in ovl_getattr() 238 realpath.dentry == ovl_dentry_lowerdata(dentry)) { in ovl_getattr() 254 ovl_path_lowerdata(dentry, &realpath); in ovl_getattr() 255 if (realpath.dentry) { in ovl_getattr() 256 err = ovl_real_getattr_nosec(sb, &realpath, &lowerdatastat, in ovl_getattr() 295 struct path realpath; in ovl_permission() local [all …]
|
| H A D | file.c | 28 const struct path *realpath) in ovl_open_realfile() argument 30 struct inode *realinode = d_inode(realpath->dentry); in ovl_open_realfile() 42 real_idmap = mnt_idmap(realpath->mnt); in ovl_open_realfile() 51 flags, realpath, current_cred()); in ovl_open_realfile() 116 const struct path *realpath) in ovl_is_real_file() argument 118 return file_inode(realfile) == d_inode(realpath->dentry); in ovl_is_real_file() 122 const struct path *realpath) in ovl_real_file_path() argument 127 if (WARN_ON_ONCE(!realpath->dentry)) in ovl_real_file_path() 136 if (unlikely(!ovl_is_real_file(realfile, realpath))) { in ovl_real_file_path() 141 upperfile = ovl_open_realfile(file, realpath); in ovl_real_file_path() [all …]
|
| /linux/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))
|
| H A D | test_bpftool_map.sh | 18 SCRIPT_DIR=$(dirname $(realpath "$0")) 23 KDIR_ROOT_DIR=$(realpath "$SCRIPT_DIR"/../../../../)
|
| /linux/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 | jobserver-exec | 17 SRC_DIR = os.path.dirname(os.path.realpath(__file__))
|
| H A D | Makefile.package | 30 --output=$$(realpath $@) $(archive-args) 229 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \ 230 --add-file=$$(realpath $(word 3, $^)) \
|
| /linux/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/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/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 8 if which realpath > /dev/null; then 9 BASE_DIR=$(realpath $(dirname $0))
|
| /linux/tools/testing/selftests/kho/ |
| H A D | vmtest.sh | 8 test_dir=$(realpath "$(dirname "$0")") 9 kernel_dir=$(realpath "$test_dir/../../../..")
|
| /linux/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/tools/docs/ |
| H A D | get_feat.py | 19 SRC_DIR = os.path.dirname(os.path.realpath(__file__)) 25 SRCTREE = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../..")
|
| H A D | check-variable-fonts.py | 19 src_dir = os.path.dirname(os.path.realpath(__file__))
|
| H A D | parse-headers.py | 30 src_dir = os.path.dirname(os.path.realpath(__file__))
|
| /linux/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/arch/powerpc/tools/ |
| H A D | checkpatch.sh | 7 script_base=$(realpath $(dirname $0))
|
| /linux/tools/testing/selftests/net/bench/page_pool/ |
| H A D | Makefile | 1 BENCH_PAGE_POOL_SIMPLE_TEST_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | Makefile | 1 TEST_KMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux/tools/testing/selftests/drivers/net/virtio_net/ |
| H A D | virtio_net_common.sh | 39 basename `realpath $device_path`
|
| /linux/tools/testing/selftests/riscv/ |
| H A D | Makefile | 16 top_srcdir = $(realpath ../../../../)
|