Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfs/
Dnfs4xdr.c4371 uint32_t bmlen; in decode_create() local
4382 bmlen = be32_to_cpup(p); in decode_create()
4383 p = xdr_inline_decode(xdr, bmlen << 2); in decode_create()
5165 uint32_t savewords, bmlen, i; in decode_open() local
5183 bmlen = be32_to_cpup(p); in decode_open()
5184 if (bmlen > 10) in decode_open()
5187 p = xdr_inline_decode(xdr, bmlen << 2); in decode_open()
5190 savewords = min_t(uint32_t, bmlen, NFS4_BITMAP_SIZE); in decode_open()
5198 dprintk("%s: Bitmap too large! Length = %u\n", __func__, bmlen); in decode_open()
/Linux-v5.15/fs/nfsd/
Dnfs4xdr.c278 nfsd4_decode_bitmap4(struct nfsd4_compoundargs *argp, u32 *bmval, u32 bmlen) in nfsd4_decode_bitmap4() argument
294 while (i < bmlen) in nfsd4_decode_bitmap4()
392 nfsd4_decode_fattr4(struct nfsd4_compoundargs *argp, u32 *bmval, u32 bmlen, in nfsd4_decode_fattr4() argument
401 status = nfsd4_decode_bitmap4(argp, bmval, bmlen); in nfsd4_decode_fattr4()