/titanic_41/usr/src/uts/common/sys/ |
H A D | pathname.h | 100 extern int vnodetopath(vnode_t *, vnode_t *, char *, size_t, cred_t *);
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_lookup.c | 545 vnodetopath(vnode_t *vrootp, vnode_t *vp, char *buf, size_t buflen, cred_t *cr) in vnodetopath() function
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_node.c | 1044 err = vnodetopath(NULL, root_vp, buf, buflen, zone_kcred()); in smb_node_getmntpath() 1103 rc = vnodetopath(rootvp, vp, buf, buflen, kcr); in smb_node_getpath() 1106 rc = vnodetopath(NULL, vp, buf, buflen, kcr); in smb_node_getpath()
|
/titanic_41/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 217 if (vnodetopath(NULL, realrootvp, specname, in lo_mount()
|
/titanic_41/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 | 503 if (p->p_execdir != NULL && vnodetopath(NULL, in expand_string()
|
H A D | klpd.c | 228 if (vnodetopath(crgetzone(p->klpd_cred)->zone_rootvp, in klpd_marshall()
|
H A D | exec.c | 673 ret = vnodetopath(pp->p_zone->zone_rootvp, vp, path, in gexec()
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 376 (void) vnodetopath(vroot, fvp, fdinfo.pr_path, in write_elfnotes()
|
/titanic_41/usr/src/uts/common/fs/zev/ |
H A D | zev_callbacks.c | 78 if ((vnodetopath(NULL, mpt, mountpoint, sizeof(mountpoint), in zev_zfs_mount_cb()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | lookup.c | 1395 vnodetopath(vnode_t *vrootp, vnode_t *vp, char *buf, size_t buflen, cred_t *cr) in vnodetopath() function
|
/titanic_41/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 192 if (vnodetopath(rootdir, vp, vpath, sizeof (vpath), in tsol_fifo_access()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 5711 ret = vnodetopath(vrootp, pnp->pr_realvp, buf, size, cr); in prreadlink_lookup() 5746 ret = vnodetopath(vrootp, execvp, buf, size, cr); in prreadlink_lookup() 5797 ret = vnodetopath(vrootp, execvp, buf, size, cr); in prreadlink_lookup()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | lofi.c | 2488 if (vnodetopath(NULL, lsp->ls_stacked_vp, klip->li_filename, in lofi_get_info()
|