Searched defs:vrootp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c545 vnodetopath(vnode_t *vrootp, vnode_t *vp, char *buf, size_t buflen, cred_t *cr) argument
550 if (vrootp)
551 rvp_len = strlen(vrootp->v_path);
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c810 dirfindvp(vnode_t *vrootp, vnode_t *dvp, vnode_t *tvp, cred_t *cr, char *dbuf, argument
868 vrootp, cr, NULL, NULL, NULL);
899 error = VOP_LOOKUP(dvp, ".zfs", &cmpvp, &pnp, 0, vrootp, cr,
925 localpath(char *path, struct vnode *vrootp, cred_t *cr) argument
937 if (vn_compare(vrootp, rootdir))
967 if (vn_compare(vp, vrootp)) {
985 dirtopath(vnode_t *vrootp, vnode_t *vp, char *buf, size_t buflen, int flags, argument
1028 if (VN_CMP(vrootp, vp)) {
1060 VN_HOLD(vrootp);
1061 if (vrootp !
1268 vnodetopath_common(vnode_t *vrootp, vnode_t *vp, char *buf, size_t buflen, cred_t *cr, int flags) argument
1458 vnodetopath(vnode_t *vrootp, vnode_t *vp, char *buf, size_t buflen, cred_t *cr) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c5725 vnode_t *vp, *execvp, *vrootp; local
5734 if ((vrootp = PTOU(p)->u_rdir) == NULL)
5735 vrootp = rootdir;
5736 VN_HOLD(vrootp);
5739 ret = vnodetopath(vrootp, pnp->pr_realvp, buf, size, cr);
5747 VN_RELE(vrootp);
5757 VN_RELE(vrootp);
5774 ret = vnodetopath(vrootp, execvp, buf, size, cr);
5776 VN_RELE(vrootp);
5802 VN_RELE(vrootp);
[all...]

Completed in 77 milliseconds