Searched refs:vfs_setmntpoint (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | vfs.h | 516 void vfs_setmntpoint(struct vfs *, const char *, uint32_t);
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 732 vfs_setmntpoint(&devices, "/devices", 0); in vfs_mountdevices() 810 vfs_setmntpoint(&dev, "/dev", 0); in vfs_mountdev1() 902 vfs_setmntpoint(rootvfs, "/", 0); in vfs_mountroot() 1678 vfs_setmntpoint(vfsp, mountpt, 0); in domount() 1699 vfs_setmntpoint(vfsp, refstr_value(oldmntpt), in domount() 1986 vfs_setmntpoint(struct vfs *vfsp, const char *mntpt, uint32_t flag) in vfs_setmntpoint() function
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 601 vfs_setmntpoint(vfsp, newpath, 0); in zfsctl_rename_snap()
|