Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_disk.h202 __u8 lcd_uuid[40]; /* client UUID */ member
224 int length = sizeof(lcd->lcd_uuid); in check_lcd()
226 if (strnlen((char *)lcd->lcd_uuid, length) == length) { in check_lcd()
227 lcd->lcd_uuid[length - 1] = '\0'; in check_lcd()
230 lcd->lcd_uuid, obd_name, index); in check_lcd()
294 memcpy(lcd->lcd_uuid, buf->lcd_uuid, sizeof (lcd->lcd_uuid)); in lcd_le_to_cpu()
314 memcpy(buf->lcd_uuid, lcd->lcd_uuid, sizeof (lcd->lcd_uuid)); in lcd_cpu_to_le()