Searched refs:pathname (Results 1 – 12 of 12) sorted by relevance
| /include/linux/ |
| 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);
|
| D | syscalls.h | 393 asmlinkage long sys_mkdirat(int dfd, const char __user * pathname, umode_t mode); 394 asmlinkage long sys_unlinkat(int dfd, const char __user * pathname, int flag); 865 int dfd, const char __user * pathname); 869 const char __user *pathname); 1010 asmlinkage long sys_unlink(const char __user *pathname); 1016 asmlinkage long sys_mkdir(const char __user *pathname, umode_t mode); 1017 asmlinkage long sys_rmdir(const char __user *pathname); 1069 asmlinkage long sys_creat(const char __user *pathname, umode_t mode); 1263 extern long do_sys_truncate(const char __user *pathname, loff_t length); 1265 static inline long ksys_truncate(const char __user *pathname, loff_t length) in ksys_truncate() argument [all …]
|
| 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,
|
| D | blkdev.h | 1698 int lookup_bdev(const char *pathname, dev_t *dev); 1769 int __init early_lookup_bdev(const char *pathname, dev_t *dev); 1792 static inline int early_lookup_bdev(const char *pathname, dev_t *dev) in early_lookup_bdev() argument
|
| D | bpf.h | 2416 int bpf_obj_pin_user(u32 ufd, int path_fd, const char __user *pathname); 2417 int bpf_obj_get_user(int path_fd, const char __user *pathname, int flags); 2778 static inline int bpf_obj_get_user(const char __user *pathname, int flags) in bpf_obj_get_user() argument
|
| /include/acpi/ |
| 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))
|
| D | acpiosxf.h | 371 u8 begin, u8 *aml, char *pathname); 402 void *acpi_os_open_directory(char *pathname,
|
| D | acpi_bus.h | 31 acpi_string pathname, 33 bool acpi_evaluate_reference(acpi_handle handle, acpi_string pathname,
|
| /include/uapi/linux/raid/ |
| D | md_u.h | 139 char pathname[4096]; member
|
| /include/linux/mtd/ |
| D | ubi.h | 233 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode);
|
| /include/trace/events/ |
| D | f2fs.h | 2316 pid_t pid, char *pathname, char *command), 2318 TP_ARGS(inode, offset, bytes, pid, pathname, command), 2321 __string(pathbuf, pathname) 2380 pid_t pid, char *pathname, char *command), 2382 TP_ARGS(inode, offset, bytes, pid, pathname, command) 2395 pid_t pid, char *pathname, char *command), 2397 TP_ARGS(inode, offset, bytes, pid, pathname, command)
|
| /include/uapi/linux/ |
| D | bpf.h | 1589 __aligned_u64 pathname; member
|