88
88
#define encode_getfh_maxsz (op_encode_hdr_maxsz)
89
89
#define decode_getfh_maxsz (op_decode_hdr_maxsz + 1 + \
92
92
#define encode_getattr_maxsz (op_encode_hdr_maxsz + nfs4_fattr_bitmap_maxsz)
93
93
#define nfs4_name_maxsz (1 + ((3 + NFS4_MAXNAMLEN) >> 2))
94
94
#define nfs4_path_maxsz (1 + ((3 + NFS4_MAXPATHLEN) >> 2))