| /include/linux/ |
| D | namei.h | 51 extern int path_pts(struct path *path); 53 extern int user_path_at(int, const char __user *, unsigned, struct path *); 58 extern int kern_path(const char *, unsigned, struct path *); 60 extern struct dentry *kern_path_create(int, const char *, struct path *, unsigned int); 61 extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int); 62 extern void done_path_create(struct path *, struct dentry *); 63 extern struct dentry *kern_path_locked(const char *, struct path *); 64 extern struct dentry *user_path_locked_at(int , const char __user *, struct path *); 66 struct path *parent, struct qstr *last, int *type, 67 const struct path *root); [all …]
|
| D | interconnect.h | 35 struct icc_path *path; member 47 void icc_put(struct icc_path *path); 48 int icc_enable(struct icc_path *path); 49 int icc_disable(struct icc_path *path); 50 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw); 51 void icc_set_tag(struct icc_path *path, u32 tag); 52 const char *icc_get_name(struct icc_path *path); 79 static inline void icc_put(struct icc_path *path) in icc_put() argument 83 static inline int icc_enable(struct icc_path *path) in icc_enable() argument 88 static inline int icc_disable(struct icc_path *path) in icc_disable() argument [all …]
|
| D | path.h | 8 struct path { struct 13 extern void path_get(const struct path *); argument 14 extern void path_put(const struct path *); 16 static inline int path_equal(const struct path *path1, const struct path *path2) in path_equal()
|
| D | fs_struct.h | 15 struct path root, pwd; 21 extern void set_fs_root(struct fs_struct *, const struct path *); 22 extern void set_fs_pwd(struct fs_struct *, const struct path *); 27 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root() 35 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd()
|
| D | mount.h | 24 struct path; 94 extern struct vfsmount *mnt_clone_internal(const struct path *path); 98 extern struct vfsmount *clone_private_mount(const struct path *path); 114 extern bool path_is_mountpoint(const struct path *path); 124 extern struct vfsmount *collect_mounts(const struct path *);
|
| D | sysctl.h | 212 #define register_sysctl(path, table) \ argument 213 register_sysctl_sz(path, table, ARRAY_SIZE(table)) 226 const char *path, struct ctl_table *table, size_t table_size); 227 struct ctl_table_header *register_sysctl_sz(const char *path, struct ctl_table *table, 232 extern void __register_sysctl_init(const char *path, struct ctl_table *table, 234 #define register_sysctl_init(path, table) \ argument 235 __register_sysctl_init(path, table, #table, ARRAY_SIZE(table)) 236 extern struct ctl_table_header *register_sysctl_mount_point(const char *path); 254 static inline void register_sysctl_init(const char *path, struct ctl_table *table) in register_sysctl_init() argument 258 static inline struct ctl_table_header *register_sysctl_mount_point(const char *path) in register_sysctl_mount_point() argument [all …]
|
| D | proc_ns.h | 12 struct path; 76 extern int ns_get_path(struct path *path, struct task_struct *task, 79 extern int ns_get_path_cb(struct path *path, ns_get_path_helper_t ns_get_cb,
|
| D | backing-file.h | 22 struct file *backing_file_open(const struct path *user_path, int flags, 23 const struct path *real_path, 25 struct file *backing_tmpfile_open(const struct path *user_path, int flags, 26 const struct path *real_parentpath,
|
| D | umh.h | 23 const char *path; member 34 call_usermodehelper(const char *path, char **argv, char **envp, int wait); 37 call_usermodehelper_setup(const char *path, char **argv, char **envp,
|
| D | lsm_audit.h | 46 struct path path; member 81 struct path path; member
|
| D | fsnotify.h | 116 const struct path *path; in fsnotify_file() local 127 path = &file->f_path; in fsnotify_file() 130 !fsnotify_sb_has_priority_watchers(path->dentry->d_sb, in fsnotify_file() 138 if (path->dentry->d_op && in fsnotify_file() 139 path->dentry->d_op->d_canonical_path) { in fsnotify_file() 140 struct path lower_path; in fsnotify_file() 143 ret = path->dentry->d_op->d_canonical_path(path, in fsnotify_file() 159 return fsnotify_parent(path->dentry, mask, path, FSNOTIFY_EVENT_PATH); in fsnotify_file()
|
| D | security.h | 50 struct path; 328 int security_sb_mount(const char *dev_name, const struct path *path, 331 int security_sb_pivotroot(const struct path *old_path, const struct path *new_path); 340 int security_move_mount(const struct path *from_path, const struct path *to_path); 349 int security_path_notify(const struct path *path, u64 mask, 381 int security_inode_getattr(const struct path *path); 746 static inline int security_sb_mount(const char *dev_name, const struct path *path, in security_sb_mount() argument 758 static inline int security_sb_pivotroot(const struct path *old_path, in security_sb_pivotroot() 759 const struct path *new_path) in security_sb_pivotroot() 780 static inline int security_move_mount(const struct path *from_path, in security_move_mount() [all …]
|
| D | lsm_hook_defs.h | 72 LSM_HOOK(int, 0, sb_mount, const char *dev_name, const struct path *path, 75 LSM_HOOK(int, 0, sb_pivotroot, const struct path *old_path, 76 const struct path *new_path) 82 LSM_HOOK(int, 0, move_mount, const struct path *from_path, 83 const struct path *to_path) 91 LSM_HOOK(int, 0, path_unlink, const struct path *dir, struct dentry *dentry) 92 LSM_HOOK(int, 0, path_mkdir, const struct path *dir, struct dentry *dentry, 94 LSM_HOOK(int, 0, path_rmdir, const struct path *dir, struct dentry *dentry) 95 LSM_HOOK(int, 0, path_mknod, const struct path *dir, struct dentry *dentry, 99 LSM_HOOK(int, 0, path_truncate, const struct path *path) [all …]
|
| D | trace_seq.h | 101 extern int trace_seq_path(struct trace_seq *s, const struct path *path); 150 static inline int trace_seq_path(struct trace_seq *s, const struct path *path) in trace_seq_path() argument
|
| D | dcache.h | 19 struct path; 155 struct vfsmount *(*d_automount)(struct path *); 156 int (*d_manage)(const struct path *, bool); 158 int (*d_canonical_path)(const struct path *, struct path *); 275 extern int path_has_submounts(const struct path *); 305 extern char *__d_path(const struct path *, const struct path *, char *, int); 306 extern char *d_absolute_path(const struct path *, char *, int); 307 extern char *d_path(const struct path *, char *, int);
|
| D | earlycpio.h | 15 struct cpio_data find_cpio_data(const char *path, void *data, size_t len,
|
| D | kernel_read_file.h | 42 ssize_t kernel_read_file_from_path(const char *path, loff_t offset, 46 ssize_t kernel_read_file_from_path_initns(const char *path, loff_t offset,
|
| /include/net/iucv/ |
| D | iucv.h | 232 struct iucv_path *path; in iucv_path_alloc() local 234 path = kzalloc(sizeof(struct iucv_path), gfp); in iucv_path_alloc() 235 if (path) { in iucv_path_alloc() 236 path->msglim = msglim; in iucv_path_alloc() 237 path->flags = flags; in iucv_path_alloc() 239 return path; in iucv_path_alloc() 248 static inline void iucv_path_free(struct iucv_path *path) in iucv_path_free() argument 250 kfree(path); in iucv_path_free() 265 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler, 283 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, [all …]
|
| /include/trace/events/ |
| D | cgroup.h | 56 TP_PROTO(struct cgroup *cgrp, const char *path), 58 TP_ARGS(cgrp, path), 64 __string( path, path ) 71 __assign_str(path); 75 __entry->root, __entry->id, __entry->level, __get_str(path)) 80 TP_PROTO(struct cgroup *cgrp, const char *path), 82 TP_ARGS(cgrp, path) 87 TP_PROTO(struct cgroup *cgrp, const char *path), 89 TP_ARGS(cgrp, path) 94 TP_PROTO(struct cgroup *cgrp, const char *path), [all …]
|
| D | iocost.h | 16 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 19 TP_ARGS(iocg, path, now, last_period, cur_period, vtime), 23 __string(cgroup, path) 63 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 66 TP_ARGS(iocg, path, now, last_period, cur_period, vtime) 70 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 73 TP_ARGS(iocg, path, now, last_period, cur_period, vtime) 78 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now, 82 TP_ARGS(iocg, path, now, old_inuse, new_inuse, 87 __string(cgroup, path) [all …]
|
| D | asoc.h | 169 struct snd_soc_dapm_path *path), 171 TP_ARGS(widget, dir, path), 175 __string( pname, path->name ? path->name : DAPM_DIRECT) 176 __string( pnname, path->node[dir]->name ) 186 __entry->path_connect = path->connect; 187 __entry->path_node = (long)path->node[dir];
|
| /include/video/ |
| D | mmp_disp.h | 147 struct mmp_path *path; member 189 int (*check_status)(struct mmp_path *path); 190 struct mmp_overlay *(*get_overlay)(struct mmp_path *path, 192 int (*get_modelist)(struct mmp_path *path, 196 void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode); 197 void (*set_onoff)(struct mmp_path *path, int status); 238 static inline void mmp_path_set_mode(struct mmp_path *path, in mmp_path_set_mode() argument 241 if (path) in mmp_path_set_mode() 242 path->ops.set_mode(path, mode); in mmp_path_set_mode() 244 static inline void mmp_path_set_onoff(struct mmp_path *path, int status) in mmp_path_set_onoff() argument [all …]
|
| /include/uapi/linux/netfilter/ |
| D | xt_cgroup.h | 18 char path[PATH_MAX]; member 33 char path[XT_CGROUP_PATH_MAX]; member
|
| /include/linux/sched/ |
| D | TEST_MAPPING | 4 "path": "frameworks/base/packages/PackageInstaller" 7 "path": "frameworks/base/core/java/android/content/pm" 10 "path": "frameworks/base/services/core/java/com/android/server" 13 "path": "frameworks/base/core/java/com/android/internal/app" 16 "path": "frameworks/base/apex/jobscheduler/service/java/com/android/server/job"
|
| /include/trace/hooks/ |
| D | blk.h | 20 struct path; 24 TP_PROTO(struct path *mountpoint, struct vfsmount *mnt),
|