Home
last modified time | relevance | path

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

1234

/linux-6.15/fs/overlayfs/
H 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
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 Dfile.c28 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 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()
H 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-6.15/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))
/linux-6.15/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 DMakefile.package30 --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 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-6.15/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-6.15/tools/leds/
H A Dget_led_device_info.sh8 linux_top=$(dirname `realpath $0` | awk -F/ \
18 led_defs_path=`realpath $2`
/linux-6.15/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-6.15/arch/powerpc/tools/
H A Dcheckpatch.sh7 script_base=$(realpath $(dirname $0))
/linux-6.15/tools/testing/selftests/mm/page_frag/
H A DMakefile1 PAGE_FRAG_TEST_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.15/tools/testing/selftests/bpf/test_kmods/
H A DMakefile1 TEST_KMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.15/tools/testing/selftests/devices/probe/
H 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-6.15/tools/testing/selftests/livepatch/test_modules/
H A DMakefile1 TESTMODS_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.15/tools/testing/selftests/
H A Drun_kselftest.sh6 BASE_DIR=$(realpath $(dirname $0))
/linux-6.15/tools/testing/selftests/drivers/net/virtio_net/
H A Dvirtio_net_common.sh39 basename `realpath $device_path`
/linux-6.15/tools/testing/selftests/riscv/
H A DMakefile16 top_srcdir = $(realpath ../../../../)
/linux-6.15/tools/testing/selftests/arm64/
H A DMakefile15 top_srcdir = $(realpath ../../../../)
/linux-6.15/tools/testing/selftests/x86/bugs/
H A Dits_sysfs.py9 this_dir = os.path.dirname(os.path.realpath(__file__))

1234