Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/android/
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
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()
Dbinder.c5690 binderfs_entry = binderfs_create_file(binder_binderfs_dir_entry_proc, in binder_open()