Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4xdr.c295 u32 bmlen; in nfsd4_decode_bitmap() local
303 bmlen = be32_to_cpup(p++); in nfsd4_decode_bitmap()
304 if (bmlen > 1000) in nfsd4_decode_bitmap()
307 READ_BUF(bmlen << 2); in nfsd4_decode_bitmap()
308 if (bmlen > 0) in nfsd4_decode_bitmap()
310 if (bmlen > 1) in nfsd4_decode_bitmap()
312 if (bmlen > 2) in nfsd4_decode_bitmap()
/linux-4.19.296/fs/nfs/
Dnfs4xdr.c4457 uint32_t bmlen; in decode_create() local
4468 bmlen = be32_to_cpup(p); in decode_create()
4469 p = xdr_inline_decode(xdr, bmlen << 2); in decode_create()
5247 uint32_t savewords, bmlen, i; in decode_open() local
5265 bmlen = be32_to_cpup(p); in decode_open()
5266 if (bmlen > 10) in decode_open()
5269 p = xdr_inline_decode(xdr, bmlen << 2); in decode_open()
5272 savewords = min_t(uint32_t, bmlen, NFS4_BITMAP_SIZE); in decode_open()
5280 dprintk("%s: Bitmap too large! Length = %u\n", __func__, bmlen); in decode_open()