Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfs/
Dnfs2xdr.c74 unsigned int replen; in prepare_reply_buffer() local
76 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer()
77 xdr_inline_pages(&req->rq_rcv_buf, replen << 2, pages, base, len); in prepare_reply_buffer()
Dnfs4xdr.c877 uint32_t replen; /* expected reply words */ member
936 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen; in encode_compound_hdr()
947 uint32_t replen, in encode_op_hdr() argument
952 hdr->replen += replen; in encode_op_hdr()
2337 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages, in nfs4_xdr_enc_readlink()
2357 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages, in nfs4_xdr_enc_readdir()
2360 __func__, hdr.replen << 2, args->pages, in nfs4_xdr_enc_readdir()
2380 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, in nfs4_xdr_enc_read()
2413 uint32_t replen; in nfs4_xdr_enc_getacl() local
2418 replen = hdr.replen + op_decode_hdr_maxsz + 1; in nfs4_xdr_enc_getacl()
[all …]
Dnfs3xdr.c112 unsigned int replen; in prepare_reply_buffer() local
114 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer()
115 xdr_inline_pages(&req->rq_rcv_buf, replen << 2, pages, base, len); in prepare_reply_buffer()