Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c131 struct vfs dc_vfs; variable
782 vp->v_vfsp = &dc_vfs; in dcnode_constructor()
881 vp->v_vfsp = &dc_vfs; in dcnode_recycle()
898 VFS_INIT(&dc_vfs, dc_vfsops, NULL); in dcinit()
899 dc_vfs.vfs_flag = VFS_RDONLY; in dcinit()
900 dc_vfs.vfs_fstype = fstype; in dcinit()
904 dc_vfs.vfs_dev = dcdev; in dcinit()