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