Home
last modified time | relevance | path

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

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