Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dnfs3.h11 #define NFS3_MAXNAMLEN NAME_MAX macro
/Linux-v4.19/fs/nfs/
Dnfs3xdr.c38 #define NFS3_filename_sz (1+(NFS3_MAXNAMLEN>>2))
202 WARN_ON_ONCE(length > NFS3_MAXNAMLEN); in encode_filename3()
217 if (count > NFS3_MAXNAMLEN) in decode_inline_filename3()
Dclient.c963 if (server->namelen == 0 || server->namelen > NFS3_MAXNAMLEN) in nfs_create_server()
964 server->namelen = NFS3_MAXNAMLEN; in nfs_create_server()
Dnfs2xdr.c422 if (count > NFS3_MAXNAMLEN) in decode_filename_inline()
/Linux-v4.19/fs/nfsd/
Dnfs3xdr.c88 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS3_MAXNAMLEN)) != NULL) { in decode_filename()
932 namlen = min(namlen, NFS3_MAXNAMLEN); in encode_entry()