Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnfs4.h42 #define NFS4_MAXLABELLEN 2048 macro
/linux-4.4.14/fs/nfs/
Dinternal.h301 if (src->len > NFS4_MAXLABELLEN) in nfs4_label_copy()
Dinode.c327 label->label = kzalloc(NFS4_MAXLABELLEN, flags); in nfs4_label_alloc()
332 label->len = NFS4_MAXLABELLEN; in nfs4_label_alloc()
Dnfs4xdr.c107 #define nfs4_label_maxsz (4 + 4 + 1 + XDR_QUADLEN(NFS4_MAXLABELLEN))
4159 if (len < NFS4_MAXLABELLEN) { in decode_attr_security_label()
/linux-4.4.14/fs/nfsd/
Dnfs4proc.c1808 ret += NFS4_MAXLABELLEN + 12; in nfsd4_getattr_rsize()
Dnfs4xdr.c428 if (dummy32 > NFS4_MAXLABELLEN) in nfsd4_decode_fattr()