Searched refs:pathname (Results 1 – 14 of 14) 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);
|
D | f2fs.h | 2095 pid_t pid, char *pathname, char *command), 2097 TP_ARGS(inode, offset, bytes, pid, pathname, command), 2100 __string(pathbuf, pathname) 2115 __assign_str(pathbuf, pathname); 2159 pid_t pid, char *pathname, char *command), 2161 TP_ARGS(inode, offset, bytes, pid, pathname, command) 2174 pid_t pid, char *pathname, char *command), 2176 TP_ARGS(inode, offset, bytes, pid, pathname, command)
|
/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 | 428 asmlinkage long sys_mkdirat(int dfd, const char __user * pathname, umode_t mode); 429 asmlinkage long sys_unlinkat(int dfd, const char __user * pathname, int flag); 964 const char __user *pathname); 1090 asmlinkage long sys_unlink(const char __user *pathname); 1096 asmlinkage long sys_mkdir(const char __user *pathname, umode_t mode); 1097 asmlinkage long sys_rmdir(const char __user *pathname); 1149 asmlinkage long sys_creat(const char __user *pathname, umode_t mode); 1342 extern long do_sys_truncate(const char __user *pathname, loff_t length); 1344 static inline long ksys_truncate(const char __user *pathname, loff_t length) in ksys_truncate() argument 1346 return do_sys_truncate(pathname, length); in ksys_truncate()
|
D | compat.h | 582 asmlinkage long compat_sys_statfs(const char __user *pathname, 584 asmlinkage long compat_sys_statfs64(const char __user *pathname, 924 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz,
|
D | bpf.h | 1532 int bpf_obj_pin_user(u32 ufd, const char __user *pathname); 1533 int bpf_obj_get_user(const char __user *pathname, int flags); 1810 static inline int bpf_obj_get_user(const char __user *pathname, int flags) in bpf_obj_get_user() argument
|
D | blkdev.h | 1999 int lookup_bdev(const char *pathname, dev_t *dev);
|
/include/acpi/ |
D | acpixf.h | 527 acpi_string pathname, 549 acpi_string pathname, 556 acpi_string pathname, 682 acpi_string pathname, 687 acpi_string pathname)) 946 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/mtd/ |
D | ubi.h | 230 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode);
|
/include/uapi/linux/ |
D | bpf.h | 1354 __aligned_u64 pathname; member
|