Home
last modified time | relevance | path

Searched refs:temp_uid (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_eckd.c1985 struct dasd_uid temp_uid; in dasd_eckd_check_characteristics() local
2043 dasd_eckd_get_uid(device, &temp_uid); in dasd_eckd_check_characteristics()
2044 if (temp_uid.type == UA_BASE_DEVICE) { in dasd_eckd_check_characteristics()
5759 struct dasd_uid temp_uid; in dasd_eckd_restore_device() local
5771 dasd_eckd_get_uid(device, &temp_uid); in dasd_eckd_restore_device()
5775 if (memcmp(&private->uid, &temp_uid, sizeof(struct dasd_uid)) != 0) in dasd_eckd_restore_device()
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eckd.c2034 struct dasd_uid temp_uid; in dasd_eckd_alloc_block() local
2039 dasd_eckd_get_uid(device, &temp_uid); in dasd_eckd_alloc_block()
2040 if (temp_uid.type == UA_BASE_DEVICE) { in dasd_eckd_alloc_block()

Completed in 16 milliseconds