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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 121 milliseconds