Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dnfs3.h11 #define NFS3_MAXNAMLEN NAME_MAX macro
/Linux-v5.10/fs/nfs/
Dnfs3xdr.c39 #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.c1005 if (server->namelen == 0 || server->namelen > NFS3_MAXNAMLEN) in nfs_create_server()
1006 server->namelen = NFS3_MAXNAMLEN; in nfs_create_server()
Dnfs2xdr.c402 if (count > NFS3_MAXNAMLEN) in decode_filename_inline()
/Linux-v5.10/fs/nfsd/
Dnfs3xdr.c89 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS3_MAXNAMLEN)) != NULL) { in decode_filename()
950 namlen = min(namlen, NFS3_MAXNAMLEN); in encode_entry()