Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1255 refd_door_res_t *orig_resp; in nfs4_callmapid() local
1297 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()