Searched refs:vfs_setmntpoint (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 704 vfs_setmntpoint(&devices, "/devices", 0); in vfs_mountdevices() 782 vfs_setmntpoint(&dev, "/dev", 0); in vfs_mountdev1() 866 vfs_setmntpoint(rootvfs, "/", 0); in vfs_mountroot() 1641 vfs_setmntpoint(vfsp, mountpt, 0); in domount() 1662 vfs_setmntpoint(vfsp, refstr_value(oldmntpt), in domount() 1944 vfs_setmntpoint(struct vfs *vfsp, const char *mntpt, uint32_t flag) in vfs_setmntpoint() function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vfs.h | 516 void vfs_setmntpoint(struct vfs *, const char *, uint32_t);
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vfs.c | 704 vfs_setmntpoint(vfsp, uap->dir, 0); in fake_domount() 904 vfs_setmntpoint(struct vfs *vfsp, const char *mntpt, uint32_t flag) in vfs_setmntpoint() function
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 595 vfs_setmntpoint(vfsp, newpath, 0); in zfsctl_rename_snap()
|