Searched refs:vfs_setresource (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/fs/mntfs/ |
H A D | mntvfsops.c | 204 vfs_setresource(vfsp, "mnttab", 0); in mntmount()
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prvfsops.c | 214 vfs_setresource(vfsp, "proc", 0); in prmount()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vfs.h | 522 void vfs_setresource(struct vfs *, const char *, uint32_t);
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 725 vfs_setresource(&devices, "/devices", 0); in vfs_mountdevices() 803 vfs_setresource(&dev, "/dev", 0); in vfs_mountdev1() 936 vfs_setresource(rootvfs, rootfs.bo_name, 0); in vfs_mountroot() 1670 vfs_setresource(vfsp, resource, 0); in domount() 1696 vfs_setresource(vfsp, refstr_value(oldresource), in domount() 1962 vfs_setresource(struct vfs *vfsp, const char *resource, uint32_t flag) in vfs_setresource() function
|
/titanic_44/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 386 vfs_setresource(vfsp, "fd", 0); in fdmount()
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 262 vfs_setresource(vfsp, "swap", 0); in tmp_mount()
|
/titanic_44/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 525 vfs_setresource(vfsp, resource_name, 0); in nm_mount()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 609 vfs_setresource(vfsp, newpath, 0); in zfsctl_rename_snap()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vfsops.c | 2627 vfs_setresource(vfsp, resource, 0); in nfs4rootvp()
|