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,
185 struct dentry *parent)
191 struct dentry *parent, void *data,
198 umode_t mode, struct dentry *parent,
206 struct dentry *parent, void *data,
212 struct dentry *parent)
218 struct dentry *parent,
225 struct dentry *parent,
239 struct dentry *parent)
279 struct dentry *parent, u8 *value) { }
282 struct dentry *parent, u16 *value) { }
285 struct dentry *parent, u32 *value) { }
288 struct dentry *parent, u64 *value) { }
291 struct dentry *parent,
295 struct dentry *parent, u8 *value) { }
298 struct dentry *parent, u16 *value) { }
301 struct dentry *parent, u32 *value) { }
304 struct dentry *parent, u64 *value) { }
307 struct dentry *parent, size_t *value)
311 struct dentry *parent,
316 struct dentry *parent, bool *value) { }
319 struct dentry *parent,
324 struct dentry *parent,
331 struct dentry *parent,
347 struct dentry *parent,
354 struct dentry *parent,
395 struct dentry *parent, in debugfs_create_xul() argument
399 debugfs_create_x32(name, mode, parent, (u32 *)value); in debugfs_create_xul()
401 debugfs_create_x64(name, mode, parent, (u64 *)value); in debugfs_create_xul()