Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1264 int orig_reslen = res_len; in nfs4_callmapid() local
1301 if (orig_reslen) in nfs4_callmapid()
1302 orig_resp = kmem_alloc(orig_reslen, KM_SLEEP); in nfs4_callmapid()
1319 kmem_free(orig_resp, orig_reslen); in nfs4_callmapid()
1333 if (orig_resp && orig_reslen) { in nfs4_callmapid()
1338 kmem_free(orig_resp, orig_reslen); in nfs4_callmapid()