Home
last modified time | relevance | path

Searched refs:binderfs_create_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/android/
H A Dbinder_internal.h82 extern struct dentry *binderfs_create_file(struct dentry *dir, const char *name,
91 static inline struct dentry *binderfs_create_file(struct dentry *dir, in binderfs_create_file() function
H A Dbinderfs.c514 struct dentry *binderfs_create_file(struct dentry *parent, const char *name, in binderfs_create_file() function
600 dentry = binderfs_create_file(dir, "oneway_spam_detection", in init_binder_features()
606 dentry = binderfs_create_file(dir, "extended_error", in init_binder_features()
630 dentry = binderfs_create_file(binder_logs_root_dir, in init_binder_logs()
H A Dbinder.c5702 binderfs_entry = binderfs_create_file(binder_binderfs_dir_entry_proc, in binder_open()