Searched refs:rust_binderfs_create_file (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | rust_binderfs.c | 469 static struct dentry *rust_binderfs_create_file(struct dentry *parent, const char *name, in rust_binderfs_create_file() function 505 return rust_binderfs_create_file(dir, strbuf, &rust_binder_proc_fops, data); in rust_binderfs_create_proc_file() 553 dentry = rust_binderfs_create_file(dir, "oneway_spam_detection", in init_binder_features() 559 dentry = rust_binderfs_create_file(dir, "extended_error", in init_binder_features() 565 dentry = rust_binderfs_create_file(dir, "freeze_notification", in init_binder_features() 587 dentry = rust_binderfs_create_file(binder_logs_root_dir, "stats", in init_binder_logs() 594 dentry = rust_binderfs_create_file(binder_logs_root_dir, "state", in init_binder_logs() 601 dentry = rust_binderfs_create_file(binder_logs_root_dir, "transactions", in init_binder_logs()
|