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

/linux-master/fs/nfsd/
H A Dexport.c580 nfsd_uuid_parse(char **mesg, char *buf, unsigned char **puuid) argument
585 if (*puuid)
593 *puuid = kmemdup(buf, EX_UUID_LEN, GFP_KERNEL);
594 if (*puuid == NULL)

Completed in 96 milliseconds