Searched refs:proc_log_dir (Results 1 – 2 of 2) sorted by relevance
627 struct dentry *binder_logs_root_dir, *dentry, *proc_log_dir; in init_binder_logs() local650 proc_log_dir = binderfs_create_dir(binder_logs_root_dir, "proc"); in init_binder_logs()651 if (IS_ERR(proc_log_dir)) { in init_binder_logs()652 ret = PTR_ERR(proc_log_dir); in init_binder_logs()656 info->proc_log_dir = proc_log_dir; in init_binder_logs()
63 * @proc_log_dir: Pointer to the directory dentry containing process-specific73 struct dentry *proc_log_dir;74 struct dentry *proc_log_dir; global() member