Lines Matching defs:parent
339 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup()
356 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating()
426 struct dentry *parent, void *data, in __debugfs_create_file()
470 struct dentry *parent, void *data, in debugfs_create_file_full()
481 struct dentry *parent, void *data, in debugfs_create_file_short()
519 struct dentry *parent, void *data, in debugfs_create_file_unsafe()
549 struct dentry *parent, void *data, in debugfs_create_file_size()
584 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir()
629 struct dentry *parent, in debugfs_create_automount()
687 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink()
819 void debugfs_lookup_and_remove(const char *name, struct dentry *parent) in debugfs_lookup_and_remove()
850 struct dentry *parent, *target; in debugfs_change_name() local