Home
last modified time | relevance | path

Searched refs:NFS4_MAXLABELLEN (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dnfs4.h44 #define NFS4_MAXLABELLEN 2048 macro
/kernel/linux/linux-5.10/fs/nfs/
Dinternal.h347 if (src->len > NFS4_MAXLABELLEN) in nfs4_label_copy()
Dinode.c404 label->label = kzalloc(NFS4_MAXLABELLEN, flags); in nfs4_label_alloc()
409 label->len = NFS4_MAXLABELLEN; in nfs4_label_alloc()
Ddir.c583 entry->label->len = NFS4_MAXLABELLEN; in nfs_readdir_page_filler()
Dnfs4xdr.c115 #define nfs4_label_maxsz (4 + 4 + 1 + XDR_QUADLEN(NFS4_MAXLABELLEN))
4170 if (len < NFS4_MAXLABELLEN) { in decode_attr_security_label()
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4proc.c2537 ret += NFS4_MAXLABELLEN + 12; in nfsd4_getattr_rsize()
Dnfs4xdr.c517 if (dummy32 > NFS4_MAXLABELLEN) in nfsd4_decode_fattr()