Home
last modified time | relevance | path

Searched refs:NFS2_MAXNAMLEN (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnfs2.h13 #define NFS2_MAXNAMLEN 255 macro
/openbmc/linux/fs/nfs/
H A Dnfs2xdr.c40 #define NFS_filename_sz (1+(NFS2_MAXNAMLEN>>2))
388 WARN_ON_ONCE(length > NFS2_MAXNAMLEN); in encode_filename()
H A Dclient.c1080 if (server->namelen == 0 || server->namelen > NFS2_MAXNAMLEN) in nfs_create_server()
1081 server->namelen = NFS2_MAXNAMLEN; in nfs_create_server()
H A Dproc.c593 info->max_namelen = NFS2_MAXNAMLEN; in nfs_proc_pathconf()
/openbmc/linux/fs/nfsd/
H A Dnfsxdr.c587 if (xdr_stream_encode_opaque(xdr, name, min(namlen, NFS2_MAXNAMLEN)) < 0) in svcxdr_encode_entry_common()