Home
last modified time | relevance | path

Searched refs:pathname (Results 251 - 275 of 277) sorted by relevance

1...<<1112

/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dacinterp.h121 u8 begin, u8 *aml, char *pathname);
H A Daclocal.h1206 char pathname[ACPI_DB_LINE_BUFFER_SIZE]; member
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dwmi.c162 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 Dwmi.c166 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 Dfilemap.c3176 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 Dbpf.h1395 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 Daclocal.h1189 char pathname[ACPI_DB_LINE_BUFFER_SIZE]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbpf.h226 __aligned_u64 pathname; member
/kernel/linux/linux-6.6/include/linux/
H A Dbpf.h2192 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 Dfilemap.c3860 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 Dbpf.h563 __aligned_u64 pathname; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbpf.h563 __aligned_u64 pathname; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbpf.h344 __aligned_u64 pathname; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbpf.h344 __aligned_u64 pathname; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dpmu.c1997 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 Dotherstestndk.cpp181 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 Dbpf.h246 * 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 Dbpf.h246 * 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 Dsmb2pdu.c5597 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 Dcore.c8076 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 Dcore.c8533 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 Dsyscall.c2295 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 Dmd.c6706 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 Dmd.c6724 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 Dsyscall.c2807 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()

Completed in 143 milliseconds

1...<<1112