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

/linux-master/fs/nfsd/
H A Dexport.c576 nfsd_uuid_parse(char **mesg, char *buf, unsigned char **puuid) argument
581 if (*puuid)
589 *puuid = kmemdup(buf, EX_UUID_LEN, GFP_KERNEL);
590 if (*puuid == NULL)

Completed in 209 milliseconds