Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnfs_mount.h40 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */
Dnfs.h16 #define NFS_MAXNAMLEN 255 macro
/linux-4.4.14/fs/nfsd/
Dnfsxdr.c62 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXNAMLEN)) != NULL) { in decode_filename()