Searched refs:bmlen (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs4xdr.c | 4543 uint32_t bmlen; in decode_create() local 4554 bmlen = be32_to_cpup(p); in decode_create() 4555 p = xdr_inline_decode(xdr, bmlen << 2); in decode_create() 5342 uint32_t savewords, bmlen, i; in decode_open() local 5360 bmlen = be32_to_cpup(p); in decode_open() 5361 if (bmlen > 10) in decode_open() 5364 p = xdr_inline_decode(xdr, bmlen << 2); in decode_open() 5367 savewords = min_t(uint32_t, bmlen, NFS4_BITMAP_SIZE); in decode_open() 5375 dprintk("%s: Bitmap too large! Length = %u\n", __func__, bmlen); in decode_open()
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 281 nfsd4_decode_bitmap4(struct nfsd4_compoundargs *argp, u32 *bmval, u32 bmlen) in nfsd4_decode_bitmap4() argument 285 status = xdr_stream_decode_uint32_array(argp->xdr, bmval, bmlen); in nfsd4_decode_bitmap4() 381 nfsd4_decode_fattr4(struct nfsd4_compoundargs *argp, u32 *bmval, u32 bmlen, in nfsd4_decode_fattr4() argument 390 status = nfsd4_decode_bitmap4(argp, bmval, bmlen); in nfsd4_decode_fattr4()
|