Home
last modified time | relevance | path

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

1234

/linux/fs/overlayfs/
H A Dinode.c169 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 Dfile.c28 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 Dtest_doc_build.sh7 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 Dtest_bpftool_build.sh19 SCRIPT_REL_PATH=$(realpath --relative-to=$PWD $0)
21 KDIR_ROOT_DIR=$(realpath $PWD/$SCRIPT_REL_DIR/../../../../)
41 local dir=$(realpath $1)
H A Dtest_bpftool.sh6 SCRIPT_DIR=$(dirname $(realpath $0))
H A Dtest_bpftool_map.sh18 SCRIPT_DIR=$(dirname $(realpath "$0"))
23 KDIR_ROOT_DIR=$(realpath "$SCRIPT_DIR"/../../../../)
/linux/scripts/
H A Ddev-needs.sh131 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 Dtags.sh39 tree=$(realpath "$tree")/
105 } | xargs realpath -esq $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) |
H A Djobserver-exec17 SRC_DIR = os.path.dirname(os.path.realpath(__file__))
H A DMakefile.package30 --output=$$(realpath $@) $(archive-args)
229 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \
230 --add-file=$$(realpath $(word 3, $^)) \
/linux/security/tomoyo/
H A Daudit.c250 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 DMakefile2 … 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 Dynl-regen.sh4 TOOL=$(dirname $(realpath $0))/pyynl/ynl_gen_c.py
17 KDIR=$(dirname $(dirname $(dirname $(dirname $(realpath $0)))))
/linux/tools/testing/selftests/
H A Drun_kselftest.sh8 if which realpath > /dev/null; then
9 BASE_DIR=$(realpath $(dirname $0))
/linux/tools/testing/selftests/kho/
H A Dvmtest.sh8 test_dir=$(realpath "$(dirname "$0")")
9 kernel_dir=$(realpath "$test_dir/../../../..")
/linux/tools/leds/
H A Dget_led_device_info.sh8 linux_top=$(dirname `realpath $0` | awk -F/ \
18 led_defs_path=`realpath $2`
/linux/tools/docs/
H A Dget_feat.py19 SRC_DIR = os.path.dirname(os.path.realpath(__file__))
25 SRCTREE = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../..")
H A Dcheck-variable-fonts.py19 src_dir = os.path.dirname(os.path.realpath(__file__))
H A Dparse-headers.py30 src_dir = os.path.dirname(os.path.realpath(__file__))
/linux/scripts/clang-tools/
H A Dgen_compile_commands.py67 os.path.realpath(args.directory),
176 abs_path = os.path.realpath(os.path.join(root_directory, file_path))
/linux/arch/powerpc/tools/
H A Dcheckpatch.sh7 script_base=$(realpath $(dirname $0))
/linux/tools/testing/selftests/net/bench/page_pool/
H A DMakefile1 BENCH_PAGE_POOL_SIMPLE_TEST_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux/tools/testing/selftests/bpf/test_kmods/
H A DMakefile1 TEST_KMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux/tools/testing/selftests/drivers/net/virtio_net/
H A Dvirtio_net_common.sh39 basename `realpath $device_path`
/linux/tools/testing/selftests/riscv/
H A DMakefile16 top_srcdir = $(realpath ../../../../)

1234