Lines Matching refs:parent

73 struct dentry *debugfs_lookup(const char *name, struct dentry *parent);
76 struct dentry *parent, void *data,
79 struct dentry *parent, void *data,
83 struct dentry *parent, void *data,
87 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
89 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent,
93 struct dentry *parent,
100 void debugfs_lookup_and_remove(const char *name, struct dentry *parent);
117 void debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent,
119 void debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent,
121 void debugfs_create_u32(const char *name, umode_t mode, struct dentry *parent,
123 void debugfs_create_u64(const char *name, umode_t mode, struct dentry *parent,
125 void debugfs_create_ulong(const char *name, umode_t mode, struct dentry *parent,
127 void debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent,
129 void debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent,
131 void debugfs_create_x32(const char *name, umode_t mode, struct dentry *parent,
133 void debugfs_create_x64(const char *name, umode_t mode, struct dentry *parent,
136 struct dentry *parent, size_t *value);
138 struct dentry *parent, atomic_t *value);
139 void debugfs_create_bool(const char *name, umode_t mode, struct dentry *parent,
142 struct dentry *parent, char **value);
145 struct dentry *parent,
149 struct dentry *parent,
156 struct dentry *parent,
160 struct dentry *parent,
204 struct dentry *parent)
210 struct dentry *parent, void *data,
217 umode_t mode, struct dentry *parent,
225 struct dentry *parent, void *data,
231 struct dentry *parent)
237 struct dentry *parent,
244 struct dentry *parent,
258 struct dentry *parent)
298 struct dentry *parent, u8 *value) { }
301 struct dentry *parent, u16 *value) { }
304 struct dentry *parent, u32 *value) { }
307 struct dentry *parent, u64 *value) { }
310 struct dentry *parent,
314 struct dentry *parent, u8 *value) { }
317 struct dentry *parent, u16 *value) { }
320 struct dentry *parent, u32 *value) { }
323 struct dentry *parent, u64 *value) { }
326 struct dentry *parent, size_t *value)
330 struct dentry *parent,
335 struct dentry *parent, bool *value) { }
338 struct dentry *parent,
343 struct dentry *parent,
350 struct dentry *parent,
366 struct dentry *parent,
373 struct dentry *parent,
407 * @parent: a pointer to the parent dentry for this file. This should be a
414 struct dentry *parent,
418 debugfs_create_x32(name, mode, parent, (u32 *)value);
420 debugfs_create_x64(name, mode, parent, (u64 *)value);