Home
last modified time | relevance | path

Searched refs:vfs_mntpoint2vfsp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dumount.c160 (vfsp = vfs_mntpoint2vfsp(pn.pn_path)) == NULL) { in umount2()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h535 struct vfs *vfs_mntpoint2vfsp(const char *);
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h528 struct vfs *vfs_mntpoint2vfsp(const char *);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3778 vfs_mntpoint2vfsp(const char *mp) in vfs_mntpoint2vfsp() function