Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 71) sorted by relevance

123

/include/net/iucv/
A Diucv.h232 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()
473 int (*__message_receive)(struct iucv_path *path,
483 int (*message_send2way)(struct iucv_path *path,
[all …]
/include/linux/
A Dnamei.h52 extern int path_pts(struct path *path);
59 extern int kern_path(const char *, unsigned, struct path *);
63 extern void done_path_create(struct path *, struct dentry *);
64 extern struct dentry *kern_path_locked(const char *, struct path *);
68 struct path *parent, struct qstr *last, int *type,
69 const struct path *root);
71 unsigned int, struct path *);
84 extern int follow_down_one(struct path *);
85 extern int follow_down(struct path *path, unsigned int flags);
86 extern int follow_up(struct path *);
[all …]
A Dinterconnect.h38 struct icc_path *path; member
50 void icc_put(struct icc_path *path);
51 int icc_enable(struct icc_path *path);
52 int icc_disable(struct icc_path *path);
53 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw);
54 void icc_set_tag(struct icc_path *path, u32 tag);
55 const char *icc_get_name(struct icc_path *path);
82 static inline void icc_put(struct icc_path *path) in icc_put() argument
86 static inline int icc_enable(struct icc_path *path) in icc_enable() argument
91 static inline int icc_disable(struct icc_path *path) in icc_disable() argument
[all …]
A Dmount.h23 struct path;
79 extern struct vfsmount *mnt_clone_internal(const struct path *path);
83 extern struct vfsmount *clone_private_mount(const struct path *path);
97 extern bool path_is_mountpoint(const struct path *path);
107 extern struct path *collect_paths(const struct path *, struct path *, unsigned);
108 extern void drop_collected_paths(struct path *, struct path *);
A Dpath.h8 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()
A Dfs_struct.h14 struct path root, pwd;
20 extern void set_fs_root(struct fs_struct *, const struct path *);
21 extern void set_fs_pwd(struct fs_struct *, const struct path *);
26 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root()
34 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd()
A Dsysctl.h210 #define register_sysctl(path, table) \ argument
211 register_sysctl_sz(path, table, ARRAY_SIZE(table))
224 const char *path, const struct ctl_table *table, size_t table_size);
225 struct ctl_table_header *register_sysctl_sz(const char *path, const struct ctl_table *table,
230 extern void __register_sysctl_init(const char *path, const struct ctl_table *table,
232 #define register_sysctl_init(path, table) \ argument
233 __register_sysctl_init(path, table, #table, ARRAY_SIZE(table))
234 extern struct ctl_table_header *register_sysctl_mount_point(const char *path);
250 static inline void register_sysctl_init(const char *path, const struct ctl_table *table) in register_sysctl_init() argument
254 static inline struct ctl_table_header *register_sysctl_mount_point(const char *path) in register_sysctl_mount_point() argument
[all …]
A Dbacking-file.h21 struct file *backing_file_open(const struct path *user_path, int flags,
22 const struct path *real_path,
24 struct file *backing_tmpfile_open(const struct path *user_path, int flags,
25 const struct path *real_parentpath,
A Dproc_ns.h13 struct path;
78 extern int ns_get_path(struct path *path, struct task_struct *task,
81 extern int ns_get_path_cb(struct path *path, ns_get_path_helper_t ns_get_cb,
A Dumh.h23 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,
A Dlsm_audit.h46 struct path path; member
82 struct path path; member
A Dsecurity.h54 struct path;
376 int security_sb_mount(const char *dev_name, const struct path *path,
397 int security_path_notify(const struct path *path, u64 mask,
429 int security_inode_getattr(const struct path *path);
987 static inline int security_inode_getattr(const struct path *path) in security_inode_getattr() argument
2053 int security_path_truncate(const struct path *path);
2061 int security_path_chmod(const struct path *path, umode_t mode);
2063 int security_path_chroot(const struct path *path);
2128 static inline int security_path_chroot(const struct path *path) in security_path_chroot() argument
2277 const struct path *path);
[all …]
A Dlsm_hook_defs.h72 LSM_HOOK(int, 0, sb_mount, const char *dev_name, const struct path *path,
76 const struct path *new_path)
83 const struct path *to_path)
99 LSM_HOOK(int, 0, path_truncate, const struct path *path)
103 const struct path *new_dir, struct dentry *new_dentry)
107 LSM_HOOK(int, 0, path_chmod, const struct path *path, umode_t mode)
108 LSM_HOOK(int, 0, path_chown, const struct path *path, kuid_t uid, kgid_t gid)
109 LSM_HOOK(int, 0, path_chroot, const struct path *path)
113 LSM_HOOK(int, 0, path_notify, const struct path *path, u64 mask,
147 LSM_HOOK(int, 0, inode_getattr, const struct path *path)
[all …]
A Dtrace_seq.h101 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
A Dfsnotify.h111 static inline int fsnotify_path(const struct path *path, __u32 mask) in fsnotify_path() argument
113 return fsnotify_parent(path->dentry, mask, path, FSNOTIFY_EVENT_PATH); in fsnotify_path()
189 static inline int fsnotify_truncate_perm(const struct path *path, loff_t length) in fsnotify_truncate_perm() argument
191 struct inode *inode = d_inode(path->dentry); in fsnotify_truncate_perm()
198 return fsnotify_pre_content(path, &length, 0); in fsnotify_truncate_perm()
227 static inline int fsnotify_truncate_perm(const struct path *path, loff_t length) in fsnotify_truncate_perm() argument
A Dfsnotify_backend.h321 const struct path *path; member
326 static inline const struct path *file_range_path(const struct file_range *range) in file_range_path()
328 return range->path; in file_range_path()
344 return d_inode(((const struct path *)data)->dentry); in fsnotify_data_inode()
361 return ((const struct path *)data)->dentry; in fsnotify_data_dentry()
369 static inline const struct path *fsnotify_data_path(const void *data, in fsnotify_data_path()
391 return ((const struct path *)data)->dentry->d_sb; in fsnotify_data_sb()
920 int fsnotify_pre_content(const struct path *path, const loff_t *ppos,
925 static inline int fsnotify_pre_content(const struct path *path, in fsnotify_pre_content() argument
A Ddcache.h18 struct path;
161 struct vfsmount *(*d_automount)(struct path *);
162 int (*d_manage)(const struct path *, bool);
272 extern int path_has_submounts(const struct path *);
301 extern char *__d_path(const struct path *, const struct path *, char *, int);
302 extern char *d_absolute_path(const struct path *, char *, int);
303 extern char *d_path(const struct path *, char *, int);
A Dearlycpio.h15 struct cpio_data find_cpio_data(const char *path, void *data, size_t len,
/include/trace/events/
A Dcgroup.h58 TP_ARGS(cgrp, path),
64 __string( path, path )
71 __assign_str(path);
82 TP_ARGS(cgrp, path)
89 TP_ARGS(cgrp, path)
96 TP_ARGS(cgrp, path)
103 TP_ARGS(cgrp, path)
110 TP_ARGS(cgrp, path)
117 TP_ARGS(cgrp, path)
176 __string( path, path )
[all …]
A Diocost.h19 TP_ARGS(iocg, path, now, last_period, cur_period, vtime),
23 __string(cgroup, path)
66 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
73 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
82 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
87 __string(cgroup, path)
118 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
128 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
138 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
187 TP_ARGS(iocg, path, now, usage_pct,
[all …]
A Dasoc.h169 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/
A Dmmp_disp.h147 struct mmp_path *path; member
192 int (*get_modelist)(struct mmp_path *path,
241 if (path) in mmp_path_set_mode()
242 path->ops.set_mode(path, mode); in mmp_path_set_mode()
246 if (path) in mmp_path_set_onoff()
247 path->ops.set_onoff(path, status); in mmp_path_set_onoff()
252 if (path) in mmp_path_get_modelist()
253 return path->ops.get_modelist(path, modelist); in mmp_path_get_modelist()
257 struct mmp_path *path, int overlay_id) in mmp_path_get_overlay() argument
259 if (path) in mmp_path_get_overlay()
[all …]
/include/uapi/linux/netfilter/
A Dxt_cgroup.h18 char path[PATH_MAX]; member
33 char path[XT_CGROUP_PATH_MAX]; member
/include/sound/
A Dsoc-usb.h60 enum snd_soc_usb_kctl path,
77 int direction, enum snd_soc_usb_kctl path,
117 int direction, enum snd_soc_usb_kctl path, in snd_soc_usb_update_offload_route() argument
/include/net/
A Daf_unix.h40 struct path path; member

Completed in 90 milliseconds

123