Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dnfs4callback.c53 #define NFS4_MAXTAGLEN 20 macro
58 #define cb_compound_dec_hdr_sz (3 + (NFS4_MAXTAGLEN >> 2))
/linux-2.6.39/fs/nfs/
Dnfs4xdr.c67 #define NFS4_MAXTAGLEN 20 macro
69 #define NFS4_MAXTAGLEN 0 macro
78 #define compound_encode_hdr_maxsz (3 + (NFS4_MAXTAGLEN >> 2))
79 #define compound_decode_hdr_maxsz (3 + (NFS4_MAXTAGLEN >> 2))
831 BUG_ON(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr()