Home
last modified time | relevance | path

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

1234

/linux/fs/overlayfs/
H A Dfile.c29 const struct path *realpath) in ovl_open_realfile() argument
31 struct inode *realinode = d_inode(realpath->dentry); in ovl_open_realfile()
43 real_idmap = mnt_idmap(realpath->mnt); in ovl_open_realfile()
52 flags, realpath, current_cred()); in ovl_open_realfile()
117 const struct path *realpath) in ovl_is_real_file() argument
119 return file_inode(realfile) == d_inode(realpath->dentry); in ovl_is_real_file()
123 const struct path *realpath) in ovl_real_file_path() argument
128 if (WARN_ON_ONCE(!realpath->dentry)) in ovl_real_file_path()
137 if (unlikely(!ovl_is_real_file(realfile, realpath))) { in ovl_real_file_path()
142 upperfile = ovl_open_realfile(file, realpath); in ovl_real_file_path()
[all …]
H A Dreaddir.c373 static inline int ovl_dir_read(const struct path *realpath, in ovl_dir_read() argument
379 realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE); in ovl_dir_read()
394 err = ovl_check_whiteouts(realpath, rdd); in ovl_dir_read()
426 struct path realpath; in ovl_dir_read_merged() local
441 next = ovl_path_next(idx, dentry, &realpath, &layer); in ovl_dir_read_merged()
444 rdd.map = sb_encoding(realpath.dentry->d_sb); in ovl_dir_read_merged()
446 rdd.is_upper = ovl_dentry_upper(dentry) == realpath.dentry; in ovl_dir_read_merged()
451 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_merged()
461 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_merged()
652 struct path realpath; in ovl_dir_read_impure() local
[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.sh
/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)
228 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \
229 --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 DMakefile4 obj-y = audit.o common.o condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o tomoyo.o util.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.sh7 # Fallback to readlink if realpath is not available
8 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