Searched refs:binderfs_create_file (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_internal.h | 80 extern struct dentry *binderfs_create_file(struct dentry *dir, const char *name, 89 static inline struct dentry *binderfs_create_file(struct dentry *dir, in binderfs_create_file() function
|
H A D | binderfs.c | 504 struct dentry *binderfs_create_file(struct dentry *parent, const char *name, in binderfs_create_file() function 585 dentry = binderfs_create_file(binder_logs_root_dir, "stats", in init_binder_logs() 592 dentry = binderfs_create_file(binder_logs_root_dir, "state", in init_binder_logs() 599 dentry = binderfs_create_file(binder_logs_root_dir, "transactions", in init_binder_logs() 606 dentry = binderfs_create_file(binder_logs_root_dir, in init_binder_logs() 615 dentry = binderfs_create_file(binder_logs_root_dir, in init_binder_logs()
|
H A D | binder.c | 5815 binderfs_entry = binderfs_create_file(binder_binderfs_dir_entry_proc, in binder_open()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_internal.h | 82 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 D | binderfs.c | 514 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 D | binder.c | 5859 binderfs_entry = binderfs_create_file(binder_binderfs_dir_entry_proc, in binder_open()
|
Completed in 19 milliseconds