Searched refs:bmlen (Results 1 – 2 of 2) sorted by relevance
3106 uint32_t bmlen; in decode_attr_bitmap() local3112 bmlen = be32_to_cpup(p); in decode_attr_bitmap()3115 p = xdr_inline_decode(xdr, (bmlen << 2)); in decode_attr_bitmap()3118 if (bmlen > 0) { in decode_attr_bitmap()3120 if (bmlen > 1) { in decode_attr_bitmap()3122 if (bmlen > 2) in decode_attr_bitmap()4277 uint32_t bmlen; in decode_create() local4288 bmlen = be32_to_cpup(p); in decode_create()4289 p = xdr_inline_decode(xdr, bmlen << 2); in decode_create()5005 uint32_t savewords, bmlen, i; in decode_open() local[all …]
261 u32 bmlen; in nfsd4_decode_bitmap() local269 bmlen = be32_to_cpup(p++); in nfsd4_decode_bitmap()270 if (bmlen > 1000) in nfsd4_decode_bitmap()273 READ_BUF(bmlen << 2); in nfsd4_decode_bitmap()274 if (bmlen > 0) in nfsd4_decode_bitmap()276 if (bmlen > 1) in nfsd4_decode_bitmap()278 if (bmlen > 2) in nfsd4_decode_bitmap()