Home
last modified time | relevance | path

Searched refs:replen (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/nfs/
Dnfs2xdr.c75 unsigned int replen; in prepare_reply_buffer() local
77 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer()
78 xdr_inline_pages(&req->rq_rcv_buf, replen << 2, pages, base, len); in prepare_reply_buffer()
Dnfs4xdr.c903 uint32_t replen; /* expected reply words */ member
965 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen; in encode_compound_hdr()
976 uint32_t replen, in encode_op_hdr() argument
981 hdr->replen += replen; in encode_op_hdr()
2392 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages, in nfs4_xdr_enc_readlink()
2412 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages, in nfs4_xdr_enc_readdir()
2415 __func__, hdr.replen << 2, args->pages, in nfs4_xdr_enc_readdir()
2435 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, in nfs4_xdr_enc_read()
2468 uint32_t replen; in nfs4_xdr_enc_getacl() local
2473 replen = hdr.replen + op_decode_hdr_maxsz + 1; in nfs4_xdr_enc_getacl()
[all …]
Dnfs3xdr.c114 unsigned int replen; in prepare_reply_buffer() local
116 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer()
117 xdr_inline_pages(&req->rq_rcv_buf, replen << 2, pages, base, len); in prepare_reply_buffer()