Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinderfs.c518 struct dentry *binderfs_create_file(struct dentry *parent, const char *name, in binderfs_create_file() function
604 dentry = binderfs_create_file(dir, "oneway_spam_detection", in init_binder_features()
610 dentry = binderfs_create_file(dir, "extended_error", in init_binder_features()
616 dentry = binderfs_create_file(dir, "freeze_notification", in init_binder_features()
640 dentry = binderfs_create_file(binder_logs_root_dir, in init_binder_logs()
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 is_binderfs_device()
92 static inline struct dentry *binderfs_create_file(struct dentry *dir, binderfs_create_file() function