/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | acinterp.h | 121 u8 begin, u8 *aml, char *pathname);
|
H A D | aclocal.h | 1206 char pathname[ACPI_DB_LINE_BUFFER_SIZE]; member
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | wmi.c | 162 static int get_subobj_info(acpi_handle handle, const char *pathname, in get_subobj_info() argument 169 status = acpi_get_handle(handle, (char *)pathname, &subobj_handle); in get_subobj_info()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | wmi.c | 166 static int get_subobj_info(acpi_handle handle, const char *pathname, in get_subobj_info() argument 173 status = acpi_get_handle(handle, (char *)pathname, &subobj_handle); in get_subobj_info()
|
/kernel/linux/linux-5.10/mm/ |
H A D | filemap.c | 3176 char pathname[128]; in dio_warn_stale_pagecache() local 3182 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf.h | 1395 int bpf_obj_pin_user(u32 ufd, const char __user *pathname); 1396 int bpf_obj_get_user(const char __user *pathname, int flags); 1663 static inline int bpf_obj_get_user(const char __user *pathname, int flags) in bpf_obj_get_user() argument
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | aclocal.h | 1189 char pathname[ACPI_DB_LINE_BUFFER_SIZE]; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bpf.h | 226 __aligned_u64 pathname; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 2192 int bpf_obj_pin_user(u32 ufd, int path_fd, const char __user *pathname); 2193 int bpf_obj_get_user(int path_fd, const char __user *pathname, int flags); 2546 static inline int bpf_obj_get_user(const char __user *pathname, int flags) in bpf_obj_get_user() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | filemap.c | 3860 char pathname[128]; in dio_warn_stale_pagecache() local 3865 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf.h | 563 __aligned_u64 pathname; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf.h | 563 __aligned_u64 pathname; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf.h | 344 __aligned_u64 pathname; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 344 __aligned_u64 pathname; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmu.c | 1997 int perf_pmu__event_source_devices_scnprintf(char *pathname, size_t size) in perf_pmu__event_source_devices_scnprintf() argument 2003 return scnprintf(pathname, size, "%s/bus/event_source/devices/", sysfs); in perf_pmu__event_source_devices_scnprintf() 2021 * then pathname will be filled with
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | otherstestndk.cpp | 181 const char pathname[] = "/data/storage/el2/base/files/Fzl.txt";
in DirName() local 184 int fd = open(pathname, flags, mode);
in DirName()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 246 * to the provided *pathname* on the filesystem. 248 * The *pathname* argument must not contain a dot ("."). 250 * On success, *pathname* retains a reference to the eBPF object, 256 * Applying **unlink**\ (2) or similar calls to the *pathname* 261 * The filesystem type for the parent directory of *pathname* must 271 * specified *pathname*. 1458 __aligned_u64 pathname; member 1462 * manpage for details of path FD and pathname semantics;
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 246 * to the provided *pathname* on the filesystem. 248 * The *pathname* argument must not contain a dot ("."). 250 * On success, *pathname* retains a reference to the eBPF object, 256 * Applying **unlink**\ (2) or similar calls to the *pathname* 261 * The filesystem type for the parent directory of *pathname* must 271 * specified *pathname*. 1458 __aligned_u64 pathname; member 1462 * manpage for details of path FD and pathname semantics;
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smb2pdu.c | 5597 char *link_name = NULL, *target_name = NULL, *pathname = NULL; in smb2_create_link() local 5607 pathname = kmalloc(PATH_MAX, GFP_KERNEL); in smb2_create_link() 5608 if (!pathname) in smb2_create_link() 5620 target_name = file_path(filp, pathname, PATH_MAX); in smb2_create_link() 5662 kfree(pathname); in smb2_create_link()
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 8076 char *pathname; in perf_event_cgroup() local 8093 pathname = kmalloc(PATH_MAX, GFP_KERNEL); in perf_event_cgroup() 8094 if (pathname == NULL) { in perf_event_cgroup() 8098 cgroup_path(cgrp, pathname, PATH_MAX - sizeof(u64)); in perf_event_cgroup() 8099 cgroup_event.path = pathname; in perf_event_cgroup() 8118 kfree(pathname); in perf_event_cgroup()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 8533 char *pathname; in perf_event_cgroup() local 8550 pathname = kmalloc(PATH_MAX, GFP_KERNEL); in perf_event_cgroup() 8551 if (pathname == NULL) { in perf_event_cgroup() 8555 cgroup_path(cgrp, pathname, PATH_MAX - sizeof(u64)); in perf_event_cgroup() 8556 cgroup_event.path = pathname; in perf_event_cgroup() 8575 kfree(pathname); in perf_event_cgroup()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | syscall.c | 2295 return bpf_obj_pin_user(attr->bpf_fd, u64_to_user_ptr(attr->pathname)); in bpf_obj_pin() 2304 return bpf_obj_get_user(u64_to_user_ptr(attr->pathname), in bpf_obj_get()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 6706 ptr = file_path(mddev->bitmap_info.file, file->pathname, in get_bitmap_file() 6707 sizeof(file->pathname)); in get_bitmap_file() 6711 memmove(file->pathname, ptr, in get_bitmap_file() 6712 sizeof(file->pathname)-(ptr-file->pathname)); in get_bitmap_file()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 6724 ptr = file_path(mddev->bitmap_info.file, file->pathname, in get_bitmap_file() 6725 sizeof(file->pathname)); in get_bitmap_file() 6729 memmove(file->pathname, ptr, in get_bitmap_file() 6730 sizeof(file->pathname)-(ptr-file->pathname)); in get_bitmap_file()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | syscall.c | 2807 u64_to_user_ptr(attr->pathname)); in bpf_obj_pin() 2823 return bpf_obj_get_user(path_fd, u64_to_user_ptr(attr->pathname), in bpf_obj_get()
|