Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
H A Dcallback_xdr.c924 struct cb_compound_hdr_res hdr_res = { NULL }; in nfs4_callback_compound() local
958 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
959 hdr_res.tag = hdr_arg.tag; in nfs4_callback_compound()
960 if (encode_compound_hdr_res(&xdr_out, &hdr_res) != 0) { in nfs4_callback_compound()
979 *hdr_res.status = status; in nfs4_callback_compound()
980 *hdr_res.nops = htonl(nops); in nfs4_callback_compound()
/kernel/linux/linux-6.6/fs/nfs/
H A Dcallback_xdr.c924 struct cb_compound_hdr_res hdr_res = { NULL }; in nfs4_callback_compound() local
951 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
952 hdr_res.tag = hdr_arg.tag; in nfs4_callback_compound()
953 if (encode_compound_hdr_res(&rqstp->rq_res_stream, &hdr_res) != 0) { in nfs4_callback_compound()
970 *hdr_res.status = status; in nfs4_callback_compound()
971 *hdr_res.nops = htonl(nops); in nfs4_callback_compound()

Completed in 5 milliseconds