Searched refs:taglen (Results 1 – 6 of 6) sorted by relevance
/fs/nfs/ |
D | callback.h | 46 unsigned int taglen; member 55 unsigned int taglen; member
|
D | callback_xdr.c | 155 status = decode_string(xdr, &hdr->taglen, &hdr->tag); in decode_compound_hdr_arg() 159 if (hdr->taglen > CB_OP_TAGLEN_MAXSZ - 12) { in decode_compound_hdr_arg() 161 __func__, hdr->taglen); in decode_compound_hdr_arg() 631 status = encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr_res() 887 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
|
D | nfs4xdr.c | 875 uint32_t taglen; member 936 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen; in encode_compound_hdr() 938 BUG_ON(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr() 939 encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr() 2942 hdr->taglen = be32_to_cpup(p); in decode_compound_hdr() 2944 p = xdr_inline_decode(xdr, hdr->taglen + 4); in decode_compound_hdr() 2948 p += XDR_QUADLEN(hdr->taglen); in decode_compound_hdr()
|
/fs/nfsd/ |
D | xdr4.h | 494 u32 taglen; member 510 u32 taglen; member
|
D | nfs4xdr.c | 1572 READ32(argp->taglen); in nfsd4_decode_compound() 1573 READ_BUF(argp->taglen + 8); in nfsd4_decode_compound() 1574 SAVEMEM(argp->tag, argp->taglen); in nfsd4_decode_compound() 1578 if (argp->taglen > NFSD4_MAX_TAGLEN) in nfsd4_decode_compound() 3644 *p++ = htonl(resp->taglen); in nfs4svc_encode_compoundres() 3645 memcpy(p, resp->tag, resp->taglen); in nfs4svc_encode_compoundres() 3646 p += XDR_QUADLEN(resp->taglen); in nfs4svc_encode_compoundres()
|
D | nfs4proc.c | 1174 resp->p += 2 + XDR_QUADLEN(args->taglen); in nfsd4_proc_compound() 1176 resp->taglen = args->taglen; in nfsd4_proc_compound()
|