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

/linux-master/fs/nfsd/
H A Dexport.h43 #define EX_UUID_LEN 16 macro
H A Dexport.c586 if (len != EX_UUID_LEN)
589 *puuid = kmemdup(buf, EX_UUID_LEN, GFP_KERNEL);
794 for (i = 0; i < EX_UUID_LEN; i++) {
H A Dnfs4xdr.c3058 xdr_encode_opaque_fixed(p, args->exp->ex_uuid, EX_UUID_LEN);

Completed in 244 milliseconds