Searched refs:pathname (Results 126 - 135 of 135) sorted by relevance

123456

/linux-master/include/linux/
H A Dbpf.h2352 int bpf_obj_pin_user(u32 ufd, int path_fd, const char __user *pathname);
2353 int bpf_obj_get_user(int path_fd, const char __user *pathname, int flags);
2711 static inline int bpf_obj_get_user(const char __user *pathname, int flags) argument
/linux-master/tools/perf/util/
H A Dpmu.c2025 int perf_pmu__event_source_devices_scnprintf(char *pathname, size_t size) argument
2031 return scnprintf(pathname, size, "%s/bus/event_source/devices/", sysfs);
2049 * then pathname will be filled with
/linux-master/include/uapi/linux/
H A Dbpf.h268 * to the provided *pathname* on the filesystem.
270 * The *pathname* argument must not contain a dot (".").
272 * On success, *pathname* retains a reference to the eBPF object,
278 * Applying **unlink**\ (2) or similar calls to the *pathname*
283 * The filesystem type for the parent directory of *pathname* must
293 * specified *pathname*.
1571 __aligned_u64 pathname; member in struct:bpf_attr::__anon2595
1575 * manpage for details of path FD and pathname semantics;
/linux-master/tools/include/uapi/linux/
H A Dbpf.h268 * to the provided *pathname* on the filesystem.
270 * The *pathname* argument must not contain a dot (".").
272 * On success, *pathname* retains a reference to the eBPF object,
278 * Applying **unlink**\ (2) or similar calls to the *pathname*
283 * The filesystem type for the parent directory of *pathname* must
293 * specified *pathname*.
1571 __aligned_u64 pathname; member in struct:bpf_attr::__anon3136
1575 * manpage for details of path FD and pathname semantics;
/linux-master/mm/
H A Dfilemap.c3856 char pathname[128]; local
3861 path = file_path(filp, pathname, sizeof(pathname));
/linux-master/kernel/events/
H A Dcore.c8553 char *pathname; local
8570 pathname = kmalloc(PATH_MAX, GFP_KERNEL);
8571 if (pathname == NULL) {
8575 cgroup_path(cgrp, pathname, PATH_MAX - sizeof(u64));
8576 cgroup_event.path = pathname;
8595 kfree(pathname);
/linux-master/drivers/md/
H A Dmd.c6809 ptr = file_path(mddev->bitmap_info.file, file->pathname,
6810 sizeof(file->pathname));
6814 memmove(file->pathname, ptr,
6815 sizeof(file->pathname)-(ptr-file->pathname));
/linux-master/fs/smb/server/
H A Dsmb2pdu.c5885 char *link_name = NULL, *target_name = NULL, *pathname = NULL; local
5895 pathname = kmalloc(PATH_MAX, GFP_KERNEL);
5896 if (!pathname)
5908 target_name = file_path(filp, pathname, PATH_MAX);
5950 kfree(pathname);
/linux-master/fs/ext4/
H A Dsuper.c888 char pathname[80], *path; local
895 path = file_path(file, pathname, sizeof(pathname));
/linux-master/kernel/bpf/
H A Dsyscall.c2965 u64_to_user_ptr(attr->pathname));
2981 return bpf_obj_get_user(path_fd, u64_to_user_ptr(attr->pathname),

Completed in 578 milliseconds

123456