Searched refs:orig_resp (Results 1 – 1 of 1) sorted by relevance
1260 refd_door_res_t *orig_resp; in nfs4_callmapid() local1302 orig_resp = kmem_alloc(orig_reslen, KM_SLEEP); in nfs4_callmapid()1308 door_args.rbuf = orig_resp ? (char *)orig_resp : NULL; in nfs4_callmapid()1319 kmem_free(orig_resp, orig_reslen); in nfs4_callmapid()1333 if (orig_resp && orig_reslen) { in nfs4_callmapid()1337 if ((void *)door_args.rbuf != orig_resp) in nfs4_callmapid()1338 kmem_free(orig_resp, orig_reslen); in nfs4_callmapid()