Home
last modified time | relevance | path

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

/fs/nfs/
Dcallback_xdr.c926 struct cb_compound_hdr_arg hdr_arg = { 0 }; in nfs4_callback_compound() local
943 status = decode_compound_hdr_arg(&xdr_in, &hdr_arg); in nfs4_callback_compound()
947 if (hdr_arg.minorversion == 0) { in nfs4_callback_compound()
948 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident); in nfs4_callback_compound()
956 cps.minorversion = hdr_arg.minorversion; in nfs4_callback_compound()
957 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
958 hdr_res.tag = hdr_arg.tag; in nfs4_callback_compound()
964 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound()