Lines Matching defs:parent
348 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup()
366 struct dentry *parent) in debugfs_start_creating()
421 struct dentry *parent, void *data, in __debugfs_create_file()
465 struct dentry *parent, void *data, in debugfs_create_file_full()
476 struct dentry *parent, void *data, in debugfs_create_file_short()
514 struct dentry *parent, void *data, in debugfs_create_file_unsafe()
544 struct dentry *parent, void *data, in debugfs_create_file_size()
579 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir()
624 struct dentry *parent, in debugfs_create_automount()
682 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink()
814 void debugfs_lookup_and_remove(const char *name, struct dentry *parent) in debugfs_lookup_and_remove()
845 struct dentry *parent, *target; in debugfs_change_name() local