Lines Matching refs:dfs_dir
547 if (ha->dfs_dir)
551 ha->dfs_dir = debugfs_create_dir(vha->host_str, qla2x00_dfs_root);
557 S_IRUSR, ha->dfs_dir, vha, &qla_dfs_fw_resource_cnt_fops);
560 ha->dfs_dir, vha, &qla_dfs_tgt_counters_fops);
563 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_port_database_fops);
565 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha,
569 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_sess_fops);
573 0400, ha->dfs_dir, vha, &dfs_naqp_ops);
580 vha->dfs_rport_root = debugfs_create_dir("rports", ha->dfs_dir);
630 if (ha->dfs_dir) {
631 debugfs_remove(ha->dfs_dir);
632 ha->dfs_dir = NULL;