Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
Dnfs4xdr.c4423 uint32_t bmlen; in decode_create() local
4434 bmlen = be32_to_cpup(p); in decode_create()
4435 p = xdr_inline_decode(xdr, bmlen << 2); in decode_create()
5211 uint32_t savewords, bmlen, i; in decode_open() local
5229 bmlen = be32_to_cpup(p); in decode_open()
5230 if (bmlen > 10) in decode_open()
5233 p = xdr_inline_decode(xdr, bmlen << 2); in decode_open()
5236 savewords = min_t(uint32_t, bmlen, NFS4_BITMAP_SIZE); in decode_open()
5244 dprintk("%s: Bitmap too large! Length = %u\n", __func__, bmlen); in decode_open()
/Linux-v6.6/fs/nfsd/
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()