Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfs/
Dnfs4xdr.c94 #define nfs4_fattr_bitmap_maxsz 3 macro
95 #define encode_getattr_maxsz (op_encode_hdr_maxsz + nfs4_fattr_bitmap_maxsz)
103 #define nfs4_fattr_maxsz (nfs4_fattr_bitmap_maxsz + \
106 #define encode_attrs_maxsz (nfs4_fattr_bitmap_maxsz + \
155 nfs4_fattr_bitmap_maxsz + \
178 nfs4_fattr_bitmap_maxsz)
242 nfs4_fattr_bitmap_maxsz)
249 nfs4_fattr_bitmap_maxsz + 1)
2328 replen = hdr.replen + op_decode_hdr_maxsz + nfs4_fattr_bitmap_maxsz + 1; in nfs4_xdr_enc_getacl()