Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dnfs4.h44 #define NFS4_MAXLABELLEN 2048 macro
/linux-6.6.21/fs/nfs/
Dinternal.h349 if (src->len > NFS4_MAXLABELLEN) in nfs4_label_copy()
Dinode.c383 label->label = kzalloc(NFS4_MAXLABELLEN, flags); in nfs4_label_alloc()
388 label->len = NFS4_MAXLABELLEN; in nfs4_label_alloc()
Ddir.c810 entry->fattr->label->len = NFS4_MAXLABELLEN; in nfs_readdir_entry_decode()
Dnfs4xdr.c116 #define nfs4_label_maxsz (4 + 4 + 1 + XDR_QUADLEN(NFS4_MAXLABELLEN))
4238 if (len < NFS4_MAXLABELLEN) { in decode_attr_security_label()
/linux-6.6.21/fs/nfsd/
Dnfs4proc.c2867 ret += NFS4_MAXLABELLEN + 12; in nfsd4_getattr_rsize()
Dnfs4xdr.c366 if (length > NFS4_MAXLABELLEN) in nfsd4_decode_security_label()