Searched refs:rpathalloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c2976 size_t rpathlen, rpathalloc; local
2998 rpathalloc = rpathlen + plen + 1;
3003 rpathalloc++;
3013 if (rpathalloc > max_vnode_path)
3016 rpath = kmem_alloc(rpathalloc, KM_SLEEP);
3021 kmem_free(rpath, rpathalloc);
3035 kmem_free(rpath, rpathalloc);

Completed in 66 milliseconds