Home
last modified time | relevance | path

Searched refs:NFS4_MAXTAGLEN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/nfsd/
Dxdr4cb.h1 #define NFS4_MAXTAGLEN 20 macro
6 #define cb_compound_dec_hdr_sz (3 + (NFS4_MAXTAGLEN >> 2))
/linux-4.4.14/fs/nfs/
Dnfs4xdr.c72 #define NFS4_MAXTAGLEN 20 macro
74 #define NFS4_MAXTAGLEN 0 macro
83 #define compound_encode_hdr_maxsz (3 + (NFS4_MAXTAGLEN >> 2))
84 #define compound_decode_hdr_maxsz (3 + (NFS4_MAXTAGLEN >> 2))
970 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr()