Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.h101 extern vfs_t *fs_vfsp_global(struct vfsops *, dev_t, int, uint_t);
H A Dfs_subr.c1070 fs_vfsp_global(struct vfsops *ops, dev_t dev, int fstype, uint_t bsize) in fs_vfsp_global() function
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c355 fifovfsp = fs_vfsp_global(fifo_vfsops, fifodev, fifofstype, 1024); in fifoinit()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c298 sock_vfsp = fs_vfsp_global(sockfs_vfsops, sockdev, fstype, in sockinit()