Searched refs:hdr_res (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dcallback_xdr.c682 struct cb_compound_hdr_res hdr_res = { NULL }; local
699 hdr_res.taglen = hdr_arg.taglen;
700 hdr_res.tag = hdr_arg.tag;
701 if (encode_compound_hdr_res(&xdr_out, &hdr_res) != 0)
717 *hdr_res.status = status;
718 *hdr_res.nops = htonl(nops);

Completed in 65 milliseconds