Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dnfs3.h11 #define NFS3_MAXNAMLEN NAME_MAX macro
/linux/fs/nfs/
A Dnfs3xdr.c41 #define NFS3_filename_sz (1+(NFS3_MAXNAMLEN>>2))
188 WARN_ON_ONCE(length > NFS3_MAXNAMLEN); in encode_filename3()
203 if (count > NFS3_MAXNAMLEN) in decode_inline_filename3()
A Dclient.c1040 if (server->namelen == 0 || server->namelen > NFS3_MAXNAMLEN) in nfs_create_server()
1041 server->namelen = NFS3_MAXNAMLEN; in nfs_create_server()
A Dnfs2xdr.c403 if (count > NFS3_MAXNAMLEN) in decode_filename_inline()
/linux/fs/nfsd/
A Dnfs3xdr.c185 if (size == 0 || size > NFS3_MAXNAMLEN) in svcxdr_decode_filename3()
1124 if (xdr_stream_encode_opaque(xdr, name, min(namlen, NFS3_MAXNAMLEN)) < 0) in svcxdr_encode_entry3_common()

Completed in 14 milliseconds