Searched refs:rust_binderfs_create_file (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | rust_binderfs.c | 464 static struct dentry *rust_binderfs_create_file(struct dentry *parent, const char *name, in rust_binderfs_create_file() function 500 return rust_binderfs_create_file(dir, strbuf, &rust_binder_proc_fops, data); in rust_binderfs_create_proc_file() 548 dentry = rust_binderfs_create_file(dir, "oneway_spam_detection", in init_binder_features() 554 dentry = rust_binderfs_create_file(dir, "extended_error", in init_binder_features() 560 dentry = rust_binderfs_create_file(dir, "freeze_notification", in init_binder_features() 582 dentry = rust_binderfs_create_file(binder_logs_root_dir, "stats", in init_binder_logs() 589 dentry = rust_binderfs_create_file(binder_logs_root_dir, "state", in init_binder_logs() 596 dentry = rust_binderfs_create_file(binder_logs_root_dir, "transactions", in init_binder_logs()
|