Searched refs:VFS_INIT (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | vfs.h | 148 #define VFS_INIT(VFSP, OP, DATA) { \ macro
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | vfs.h | 208 #define VFS_INIT(vfsp, op, data) { \ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | vfs.h | 604 #define VFS_INIT(vfsp, op, data) { \ macro
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 703 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices() 781 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1() 1520 VFS_INIT(vfsp, vfsops, NULL); in domount() 4375 VFS_INIT(&EIO_vfs, EIO_vfsops, (caddr_t)NULL); in vfsinit() 4685 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 172 VFS_INIT(rootvfs, &vsw->vsw_vfsops, (caddr_t)0); in rootconf()
|
/titanic_41/usr/src/uts/common/fs/lofs/ |
H A D | lofs_subr.c | 342 VFS_INIT(&lfs->lfs_vfs, lo_vfsops, (caddr_t)li); in makelfsnode()
|
/titanic_41/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 829 VFS_INIT(&spec_vfs, spec_vfsops, (caddr_t)NULL); in specinit()
|
/titanic_41/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 896 VFS_INIT(&dc_vfs, dc_vfsops, NULL); in dcinit()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | fssnap.c | 1138 VFS_INIT(vfsp, vfsops, NULL); in snap_ioctl()
|
/titanic_41/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 171 VFS_INIT(&door_vfs, door_vfsops, NULL); in _init()
|