Searched refs:pathname (Results 1 – 12 of 12) sorted by relevance
| /include/linux/ |
| A D | init_syscalls.h | 15 int __init init_unlink(const char *pathname); 16 int __init init_mkdir(const char *pathname, umode_t mode); 17 int __init init_rmdir(const char *pathname);
|
| A D | syscalls.h | 413 asmlinkage long sys_mkdirat(int dfd, const char __user * pathname, umode_t mode); 414 asmlinkage long sys_unlinkat(int dfd, const char __user * pathname, int flag); 885 int dfd, const char __user * pathname); 889 const char __user *pathname); 1034 asmlinkage long sys_unlink(const char __user *pathname); 1040 asmlinkage long sys_mkdir(const char __user *pathname, umode_t mode); 1041 asmlinkage long sys_rmdir(const char __user *pathname); 1093 asmlinkage long sys_creat(const char __user *pathname, umode_t mode); 1287 int do_sys_truncate(const char __user *pathname, loff_t length); 1289 static inline long ksys_truncate(const char __user *pathname, loff_t length) in ksys_truncate() argument [all …]
|
| A D | compat.h | 601 asmlinkage long compat_sys_statfs(const char __user *pathname, 603 asmlinkage long compat_sys_statfs64(const char __user *pathname, 864 asmlinkage long compat_sys_truncate64(const char __user *pathname, compat_arg_u64(len)); 926 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz,
|
| A D | blkdev.h | 1726 int lookup_bdev(const char *pathname, dev_t *dev); 1793 int __init early_lookup_bdev(const char *pathname, dev_t *dev); 1816 static inline int early_lookup_bdev(const char *pathname, dev_t *dev) in early_lookup_bdev() argument
|
| A D | bpf.h | 2585 int bpf_obj_pin_user(u32 ufd, int path_fd, const char __user *pathname); 2586 int bpf_obj_get_user(int path_fd, const char __user *pathname, int flags); 2953 static inline int bpf_obj_get_user(const char __user *pathname, int flags) in bpf_obj_get_user() argument
|
| /include/acpi/ |
| A D | acpixf.h | 529 const char *pathname, 551 acpi_string pathname, 558 acpi_string pathname, 695 acpi_string pathname, 700 acpi_string pathname)) 960 u8 *aml, char *pathname))
|
| A D | acpiosxf.h | 371 u8 begin, u8 *aml, char *pathname); 402 void *acpi_os_open_directory(char *pathname,
|
| A D | acpi_bus.h | 31 acpi_string pathname, 33 bool acpi_evaluate_reference(acpi_handle handle, acpi_string pathname,
|
| /include/uapi/linux/raid/ |
| A D | md_u.h | 139 char pathname[4096]; member
|
| /include/linux/mtd/ |
| A D | ubi.h | 233 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode);
|
| /include/trace/events/ |
| A D | f2fs.h | 2313 pid_t pid, char *pathname, char *command), 2315 TP_ARGS(inode, offset, bytes, pid, pathname, command), 2318 __string(pathbuf, pathname) 2377 pid_t pid, char *pathname, char *command), 2379 TP_ARGS(inode, offset, bytes, pid, pathname, command) 2392 pid_t pid, char *pathname, char *command), 2394 TP_ARGS(inode, offset, bytes, pid, pathname, command)
|
| /include/uapi/linux/ |
| A D | bpf.h | 1611 __aligned_u64 pathname; member
|
Completed in 71 milliseconds