Searched refs:pathname (Results 1 – 11 of 11) sorted by relevance
/include/trace/events/ |
D | android_fs.h | 13 pid_t pid, char *pathname, char *command), 14 TP_ARGS(inode, offset, bytes, pid, pathname, command)); 22 pid_t pid, char *pathname, char *command), 23 TP_ARGS(inode, offset, bytes, pid, pathname, command));
|
D | android_fs_template.h | 8 pid_t pid, char *pathname, char *command), 9 TP_ARGS(inode, offset, bytes, pid, pathname, command), 11 __string(pathbuf, pathname); 26 __assign_str(pathbuf, pathname);
|
/include/acpi/ |
D | acpixf.h | 523 acpi_string pathname, 545 acpi_string pathname, 552 acpi_string pathname, 678 acpi_string pathname, 683 acpi_string pathname)) 941 u8 *aml, char *pathname))
|
D | acpiosxf.h | 371 u8 begin, u8 *aml, char *pathname); 402 void *acpi_os_open_directory(char *pathname,
|
D | acpi_bus.h | 28 acpi_string pathname, 32 acpi_string pathname,
|
/include/uapi/linux/raid/ |
D | md_u.h | 146 char pathname[4096]; member
|
/include/linux/ |
D | syscalls.h | 397 asmlinkage long sys_mkdirat(int dfd, const char __user * pathname, umode_t mode); 398 asmlinkage long sys_unlinkat(int dfd, const char __user * pathname, int flag); 922 const char __user *pathname); 1038 asmlinkage long sys_unlink(const char __user *pathname); 1044 asmlinkage long sys_mkdir(const char __user *pathname, umode_t mode); 1045 asmlinkage long sys_rmdir(const char __user *pathname); 1097 asmlinkage long sys_creat(const char __user *pathname, umode_t mode); 1283 static inline long ksys_unlink(const char __user *pathname) in ksys_unlink() argument 1285 return do_unlinkat(AT_FDCWD, getname(pathname)); in ksys_unlink() 1288 extern long do_rmdir(int dfd, const char __user *pathname); [all …]
|
D | bpf.h | 673 int bpf_obj_pin_user(u32 ufd, const char __user *pathname); 674 int bpf_obj_get_user(const char __user *pathname, int flags); 807 static inline int bpf_obj_get_user(const char __user *pathname, int flags) in bpf_obj_get_user() argument
|
D | compat.h | 560 asmlinkage long compat_sys_statfs(const char __user *pathname, 562 asmlinkage long compat_sys_statfs64(const char __user *pathname, 954 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz,
|
/include/linux/mtd/ |
D | ubi.h | 230 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode);
|
/include/uapi/linux/ |
D | bpf.h | 426 __aligned_u64 pathname; member
|