Searched refs:proc_log_dir (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/android/
H A Dbinderfs.c616 struct dentry *binder_logs_root_dir, *dentry, *proc_log_dir; local
639 proc_log_dir = binderfs_create_dir(binder_logs_root_dir, "proc");
640 if (IS_ERR(proc_log_dir)) {
641 ret = PTR_ERR(proc_log_dir);
645 info->proc_log_dir = proc_log_dir;
H A Dbinder_internal.h63 * @proc_log_dir: Pointer to the directory dentry containing process-specific
73 struct dentry *proc_log_dir; member in struct:binderfs_info
H A Dbinder.c5649 binder_binderfs_dir_entry_proc = info->proc_log_dir;

Completed in 149 milliseconds