Lines Matching refs:dfs_dir
456 if (ha->dfs_dir) in qla2x00_dfs_setup()
460 ha->dfs_dir = debugfs_create_dir(vha->host_str, qla2x00_dfs_root); in qla2x00_dfs_setup()
461 if (!ha->dfs_dir) { in qla2x00_dfs_setup()
471 S_IRUSR, ha->dfs_dir, vha, &dfs_fw_resource_cnt_ops); in qla2x00_dfs_setup()
479 ha->dfs_dir, vha, &dfs_tgt_counters_ops); in qla2x00_dfs_setup()
487 S_IRUSR, ha->dfs_dir, vha, &dfs_tgt_port_database_ops); in qla2x00_dfs_setup()
494 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha, in qla2x00_dfs_setup()
503 S_IRUSR, ha->dfs_dir, vha, &dfs_tgt_sess_ops); in qla2x00_dfs_setup()
512 0400, ha->dfs_dir, vha, &dfs_naqp_ops); in qla2x00_dfs_setup()
558 if (ha->dfs_dir) { in qla2x00_dfs_remove()
559 debugfs_remove(ha->dfs_dir); in qla2x00_dfs_remove()
560 ha->dfs_dir = NULL; in qla2x00_dfs_remove()