Home
last modified time | relevance | path

Searched refs:vnodetopath (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dpathname.h100 extern int vnodetopath(vnode_t *, vnode_t *, char *, size_t, cred_t *);
/titanic_41/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) in vnodetopath() function
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1044 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 Dlofs_vfsops.c217 if (vnodetopath(NULL, realrootvp, specname, in lo_mount()
/titanic_41/usr/src/uts/common/os/
H A Dtlabel.c365 err = vnodetopath(rootdir, rvp, vpath, sizeof (vpath), kcred); in getflabel()
H A Dcore.c503 if (p->p_execdir != NULL && vnodetopath(NULL, in expand_string()
H A Dklpd.c228 if (vnodetopath(crgetzone(p->klpd_cred)->zone_rootvp, in klpd_marshall()
H A Dexec.c673 ret = vnodetopath(pp->p_zone->zone_rootvp, vp, path, in gexec()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf_notes.c376 (void) vnodetopath(vroot, fvp, fdinfo.pr_path, in write_elfnotes()
/titanic_41/usr/src/uts/common/fs/zev/
H A Dzev_callbacks.c78 if ((vnodetopath(NULL, mpt, mountpoint, sizeof(mountpoint), in zev_zfs_mount_cb()
/titanic_41/usr/src/uts/common/fs/
H A Dlookup.c1395 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 Dfifovnops.c192 if (vnodetopath(rootdir, vp, vpath, sizeof (vpath), in tsol_fifo_access()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprvnops.c5711 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 Dlofi.c2488 if (vnodetopath(NULL, lsp->ls_stacked_vp, klip->li_filename, in lofi_get_info()