Lines Matching refs:proc_dir
46 /* Protect sht->present and sht->proc_dir */
98 * Sets sht->proc_dir to the new directory.
108 sht->proc_dir = proc_mkdir(sht->proc_name, proc_scsi);
109 if (!sht->proc_dir)
126 if (!--sht->present && sht->proc_dir) {
128 sht->proc_dir = NULL;
144 if (!sht->proc_dir)
149 sht->proc_dir, &proc_scsi_ops, shost);
164 if (!shost->hostt->proc_dir)
168 remove_proc_entry(name, shost->hostt->proc_dir);