Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnfs4.h43 #define NFS4_MAXLABELLEN 2048 macro
/linux-4.19.296/fs/nfs/
Dinternal.h309 if (src->len > NFS4_MAXLABELLEN) in nfs4_label_copy()
Dinode.c375 label->label = kzalloc(NFS4_MAXLABELLEN, flags); in nfs4_label_alloc()
380 label->len = NFS4_MAXLABELLEN; in nfs4_label_alloc()
Ddir.c557 entry->label->len = NFS4_MAXLABELLEN; in nfs_readdir_page_filler()
Dnfs4xdr.c114 #define nfs4_label_maxsz (4 + 4 + 1 + XDR_QUADLEN(NFS4_MAXLABELLEN))
4279 if (len < NFS4_MAXLABELLEN) { in decode_attr_security_label()
/linux-4.19.296/fs/nfsd/
Dnfs4proc.c1899 ret += NFS4_MAXLABELLEN + 12; in nfsd4_getattr_rsize()
Dnfs4xdr.c472 if (dummy32 > NFS4_MAXLABELLEN) in nfsd4_decode_fattr()