Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_disk.h203 __u8 lcd_uuid[40]; /* client UUID */ member
225 int length = sizeof(lcd->lcd_uuid); in check_lcd()
227 if (strnlen((char *)lcd->lcd_uuid, length) == length) { in check_lcd()
228 lcd->lcd_uuid[length - 1] = '\0'; in check_lcd()
231 lcd->lcd_uuid, obd_name, index); in check_lcd()
295 memcpy(lcd->lcd_uuid, buf->lcd_uuid, sizeof (lcd->lcd_uuid)); in lcd_le_to_cpu()
315 memcpy(buf->lcd_uuid, lcd->lcd_uuid, sizeof (lcd->lcd_uuid)); in lcd_cpu_to_le()