Home
last modified time | relevance | path

Searched refs:fc_sec (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/s390/block/
Ddasd_devmap.c1657 int fc_sec; in dasd_device_fcs_show() local
1663 fc_sec = dasd_path_get_fcs_device(device); in dasd_device_fcs_show()
1664 if (fc_sec == -EINVAL) in dasd_device_fcs_show()
1667 rc = sysfs_emit(buf, "%s\n", dasd_path_get_fcs_str(fc_sec)); in dasd_device_fcs_show()
1678 unsigned int fc_sec = path->fc_security; in dasd_path_fcs_show() local
1680 return sysfs_emit(buf, "%s\n", dasd_path_get_fcs_str(fc_sec)); in dasd_path_fcs_show()
Ddasd_int.h1204 u8 fc_sec = 0; in dasd_path_get_fcs_device() local
1209 fc_sec = device->path[chp].fc_security; in dasd_path_get_fcs_device()
1215 if (device->path[chp].fc_security != fc_sec) in dasd_path_get_fcs_device()
1219 return fc_sec; in dasd_path_get_fcs_device()