Home
last modified time | relevance | path

Searched refs:taglen (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/nfs/
Dcallback.h51 unsigned int taglen; member
60 unsigned int taglen; member
Dcallback_xdr.c156 status = decode_string(xdr, &hdr->taglen, &hdr->tag, CB_OP_TAGLEN_MAXSZ); in decode_compound_hdr_arg()
668 status = encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr_res()
961 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
Dnfs4xdr.c942 uint32_t taglen; member
1023 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen; in encode_compound_hdr()
1025 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr()
1026 encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr()
3175 hdr->taglen = be32_to_cpup(p); in decode_compound_hdr()
3177 p = xdr_inline_decode(xdr, hdr->taglen + 4); in decode_compound_hdr()
3181 p += XDR_QUADLEN(hdr->taglen); in decode_compound_hdr()
/linux-4.19.296/fs/nfsd/
Dxdr4.h628 u32 taglen; member
642 u32 taglen; member
Dnfs4xdr.c1911 argp->taglen = be32_to_cpup(p++); in nfsd4_decode_compound()
1912 READ_BUF(argp->taglen); in nfsd4_decode_compound()
1913 SAVEMEM(argp->tag, argp->taglen); in nfsd4_decode_compound()
1917 max_reply += 4 + (XDR_QUADLEN(argp->taglen) << 2); in nfsd4_decode_compound()
1919 if (argp->taglen > NFSD4_MAX_TAGLEN) in nfsd4_decode_compound()
4564 *p++ = htonl(resp->taglen); in nfs4svc_encode_compoundres()
4565 memcpy(p, resp->tag, resp->taglen); in nfs4svc_encode_compoundres()
4566 p += XDR_QUADLEN(resp->taglen); in nfs4svc_encode_compoundres()
Dnfs4proc.c1698 xdr_reserve_space(&resp->xdr, 8 + args->taglen); in nfsd4_proc_compound()
1699 resp->taglen = args->taglen; in nfsd4_proc_compound()