Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4xdr.c4472 uint32_t bmlen; in decode_create() local
4483 bmlen = be32_to_cpup(p); in decode_create()
4484 p = xdr_inline_decode(xdr, bmlen << 2); in decode_create()
5266 uint32_t savewords, bmlen, i; in decode_open() local
5284 bmlen = be32_to_cpup(p); in decode_open()
5285 if (bmlen > 10) in decode_open()
5288 p = xdr_inline_decode(xdr, bmlen << 2); in decode_open()
5291 savewords = min_t(uint32_t, bmlen, NFS4_BITMAP_SIZE); in decode_open()
5299 dprintk("%s: Bitmap too large! Length = %u\n", __func__, bmlen); in decode_open()
/linux/fs/nfsd/
H A Dnfs4xdr.c280 nfsd4_decode_bitmap4(struct nfsd4_compoundargs *argp, u32 *bmval, u32 bmlen) in nfsd4_decode_bitmap4() argument
284 status = xdr_stream_decode_uint32_array(argp->xdr, bmval, bmlen); in nfsd4_decode_bitmap4()
380 nfsd4_decode_fattr4(struct nfsd4_compoundargs *argp, u32 *bmval, u32 bmlen, in nfsd4_decode_fattr4() argument
389 status = nfsd4_decode_bitmap4(argp, bmval, bmlen); in nfsd4_decode_fattr4()