Home
last modified time | relevance | path

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

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