/illumos-gate/usr/src/uts/common/sys/ |
H A D | pathname.h | 101 extern int vnodetopath(vnode_t *, vnode_t *, char *, size_t, cred_t *);
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 199 (void) vnodetopath(vroot, vn, cwd->prcwd_cwd, in fill_prcwd() 437 (void) vnodetopath(vroot, fvp, fdinfo.pr_path, in write_elfnotes()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_node.c | 1143 err = vnodetopath(NULL, root_vp, buf, buflen, zone_kcred()); in smb_node_getmntpath() 1202 rc = vnodetopath(rootvp, vp, buf, buflen, kcr); in smb_node_getpath() 1205 rc = vnodetopath(NULL, vp, buf, buflen, kcr); in smb_node_getpath()
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_lookup.c | 631 vnodetopath(vnode_t *vrootp, vnode_t *vp, char *buf, size_t buflen, cred_t *cr) in vnodetopath() function
|
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 216 if (vnodetopath(NULL, realrootvp, specname, in lo_mount()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | tlabel.c | 365 err = vnodetopath(rootdir, rvp, vpath, sizeof (vpath), kcred); in getflabel()
|
H A D | core.c | 504 if (p->p_execdir != NULL && vnodetopath(NULL, in expand_string()
|
H A D | klpd.c | 230 if (vnodetopath(crgetzone(p->klpd_cred)->zone_rootvp, in klpd_marshall()
|
H A D | exec.c | 779 ret = vnodetopath(pp->p_zone->zone_rootvp, vp, path, in gexec()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | lookup.c | 1457 vnodetopath(vnode_t *vrootp, vnode_t *vp, char *buf, size_t buflen, cred_t *cr) in vnodetopath() function
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 196 if (vnodetopath(rootdir, vp, vpath, sizeof (vpath), in tsol_fifo_access()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 6115 ret = vnodetopath(vrootp, pnp->pr_realvp, buf, size, cr); in prreadlink_lookup() 6150 ret = vnodetopath(vrootp, execvp, buf, size, cr); in prreadlink_lookup() 6201 ret = vnodetopath(vrootp, execvp, buf, size, cr); in prreadlink_lookup()
|
H A D | prsubr.c | 2666 if (vnodetopath(NULL, vp, pathname, pathlen, cred) == 0) { in prfdinfopath()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | lofi.c | 3318 vnodetopath(NULL, lsp->ls_stacked_vp, klip->li_filename, in lofi_get_info()
|