Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dnfs3.h11 #define NFS3_MAXNAMLEN NAME_MAX macro
/linux-6.12.1/fs/nfsd/
Dnfs3xdr.c185 if (size == 0 || size > NFS3_MAXNAMLEN) in svcxdr_decode_filename3()
1049 if (xdr_stream_encode_opaque(xdr, name, min(namlen, NFS3_MAXNAMLEN)) < 0) in svcxdr_encode_entry3_common()
/linux-6.12.1/fs/nfs/
Dnfs3xdr.c40 #define NFS3_filename_sz (1+(NFS3_MAXNAMLEN>>2))
185 WARN_ON_ONCE(length > NFS3_MAXNAMLEN); in encode_filename3()
200 if (count > NFS3_MAXNAMLEN) in decode_inline_filename3()
Dclient.c1091 if (server->namelen == 0 || server->namelen > NFS3_MAXNAMLEN) in nfs_create_server()
1092 server->namelen = NFS3_MAXNAMLEN; in nfs_create_server()
Dnfs2xdr.c399 if (count > NFS3_MAXNAMLEN) in decode_filename_inline()