Searched refs:hdr_arg (Results 1 – 1 of 1) sorted by relevance
892 struct cb_compound_hdr_arg hdr_arg = { 0 }; in nfs4_callback_compound() local911 status = decode_compound_hdr_arg(&xdr_in, &hdr_arg); in nfs4_callback_compound()915 if (hdr_arg.minorversion == 0) { in nfs4_callback_compound()916 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident); in nfs4_callback_compound()921 cps.minorversion = hdr_arg.minorversion; in nfs4_callback_compound()922 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()923 hdr_res.tag = hdr_arg.tag; in nfs4_callback_compound()927 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound()