Home
last modified time | relevance | path

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

123

/linux/fs/overlayfs/
A Dinode.c161 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
643 return vfs_fileattr_set(mnt_idmap(realpath->mnt), realpath->dentry, fa); in ovl_real_fileattr_set()
727 struct path realpath; in ovl_fileattr_get() local
731 ovl_path_real(dentry, &realpath); in ovl_fileattr_get()
[all …]
A Dfile.c28 const struct path *realpath) in ovl_open_realfile() argument
30 struct inode *realinode = d_inode(realpath->dentry); in ovl_open_realfile()
43 real_idmap = mnt_idmap(realpath->mnt); in ovl_open_realfile()
97 struct path realpath; in ovl_real_fdget_meta() local
103 ovl_path_real(dentry, &realpath); in ovl_real_fdget_meta()
110 ovl_path_realdata(dentry, &realpath); in ovl_real_fdget_meta()
112 if (!realpath.dentry) in ovl_real_fdget_meta()
148 struct path realpath; in ovl_open() local
163 ovl_path_realdata(dentry, &realpath); in ovl_open()
164 if (!realpath.dentry) in ovl_open()
[all …]
A Dxattrs.c43 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()
A Dreaddir.c319 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/tools/testing/selftests/bpf/
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))
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)
A Dtest_bpftool.sh6 SCRIPT_DIR=$(dirname $(realpath $0))
/linux/scripts/
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]})
A Dtags.sh39 tree=$(realpath "$tree")/
105 } | xargs realpath -esq $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) |
A DMakefile.package30 --output=$$(realpath $@) $(archive-args)
210 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \
211 --add-file=$$(realpath $(word 3, $^)) \
/linux/security/tomoyo/
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()
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/
A Dynl-regen.sh4 TOOL=$(dirname $(realpath $0))/ynl-gen-c.py
17 KDIR=$(dirname $(dirname $(dirname $(dirname $(realpath $0)))))
/linux/tools/leds/
A Dget_led_device_info.sh8 linux_top=$(dirname `realpath $0` | awk -F/ \
18 led_defs_path=`realpath $2`
/linux/scripts/clang-tools/
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/
A Dcheckpatch.sh7 script_base=$(realpath $(dirname $0))
/linux/tools/testing/selftests/bpf/bpf_test_modorder_x/
A DMakefile1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux/tools/testing/selftests/bpf/bpf_test_modorder_y/
A DMakefile1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux/tools/testing/selftests/bpf/bpf_test_no_cfi/
A DMakefile1 BPF_TEST_NO_CFI_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux/tools/testing/selftests/bpf/bpf_testmod/
A DMakefile1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux/tools/testing/selftests/devices/probe/
A Dtest_discoverable_devices.py25 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/tools/testing/selftests/livepatch/test_modules/
A DMakefile1 TESTMODS_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux/tools/testing/selftests/
A Drun_kselftest.sh6 BASE_DIR=$(realpath $(dirname $0))
/linux/tools/testing/selftests/drivers/net/virtio_net/
A Dvirtio_net_common.sh39 basename `realpath $device_path`
/linux/tools/testing/selftests/riscv/
A DMakefile16 top_srcdir = $(realpath ../../../../)

Completed in 39 milliseconds

123