Searched refs:NFS_MAXNAMLEN (Results 1 – 3 of 3) sorted by relevance
41 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */
18 #define NFS_MAXNAMLEN 255 macro
63 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXNAMLEN)) != NULL) { in decode_filename()