Searched refs:vnodetopath_common (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ |
H A D | lookup.c | 1358 vnodetopath_common(vnode_t *vrootp, vnode_t *vp, char *buf, size_t buflen, in vnodetopath_common() function 1459 return (vnodetopath_common(vrootp, vp, buf, buflen, cr, 0)); in vnodetopath() 1530 ret = vnodetopath_common(NULL, vp, buf, buflen, CRED(), in dogetcwd()
|