Lines Matching refs:DEVICE_ATTR

751 static DEVICE_ATTR(failfast, 0644, dasd_ff_show, dasd_ff_store);
821 static DEVICE_ATTR(readonly, 0644, dasd_ro_show, dasd_ro_store);
855 static DEVICE_ATTR(erplog, 0644, dasd_erplog_show, dasd_erplog_store);
904 static DEVICE_ATTR(use_diag, 0644, dasd_use_diag_show, dasd_use_diag_store);
953 static DEVICE_ATTR(raw_track_access, 0644, dasd_use_raw_show,
992 static DEVICE_ATTR(safe_offline, 0200, NULL, dasd_safe_offline_store);
1020 static DEVICE_ATTR(host_access_count, 0444, dasd_access_show, NULL);
1046 static DEVICE_ATTR(discipline, 0444, dasd_discipline_show, NULL);
1086 static DEVICE_ATTR(status, 0444, dasd_device_status_show, NULL);
1111 static DEVICE_ATTR(alias, 0444, dasd_alias_show, NULL);
1134 static DEVICE_ATTR(vendor, 0444, dasd_vendor_show, NULL);
1188 static DEVICE_ATTR(uid, 0444, dasd_uid_show, NULL);
1232 static DEVICE_ATTR(eer_enabled, 0644, dasd_eer_show, dasd_eer_store);
1275 static DEVICE_ATTR(expires, 0644, dasd_expires_show, dasd_expires_store);
1315 static DEVICE_ATTR(retries, 0644, dasd_retries_show, dasd_retries_store);
1363 static DEVICE_ATTR(timeout, 0644,
1388 static DEVICE_ATTR(path_reset, 0200, NULL, dasd_path_reset_store);
1408 static DEVICE_ATTR(hpf, 0444, dasd_hpf_show, NULL);
1448 static DEVICE_ATTR(reservation_policy, 0644,
1494 static DEVICE_ATTR(last_known_reservation_state, 0644,
1519 static DEVICE_ATTR(path_masks, 0444, dasd_pm_show, NULL);
1561 static DEVICE_ATTR(path_threshold, 0644, dasd_path_threshold_show,
1601 static DEVICE_ATTR(path_autodisable, 0644,
1649 static DEVICE_ATTR(path_interval, 0644, dasd_path_interval_show,
1672 static DEVICE_ATTR(fc_security, 0444, dasd_device_fcs_show, NULL);
1703 static DEVICE_ATTR(_name, 0444, dasd_##_name##_show, NULL); \