Searched refs:orig_resp (Results 1 – 1 of 1) sorted by relevance
1255 refd_door_res_t *orig_resp; in nfs4_callmapid() local1297 orig_resp = kmem_alloc(orig_reslen, KM_SLEEP); in nfs4_callmapid()1303 door_args.rbuf = orig_resp ? (char *)orig_resp : NULL; in nfs4_callmapid()1314 kmem_free(orig_resp, orig_reslen); in nfs4_callmapid()1328 if (orig_resp && orig_reslen) { in nfs4_callmapid()1332 if ((void *)door_args.rbuf != orig_resp) in nfs4_callmapid()1333 kmem_free(orig_resp, orig_reslen); in nfs4_callmapid()