Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h187 void vfs_remove(struct vfs *);
197 extern void vfs_remove(); /* remove a vfs from mounted vfs list */
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h494 void vfs_remove(struct vfs *);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3068 vfs_remove(vfsp); in dounmount()
3234 vfs_remove(struct vfs *vfsp) in vfs_remove() function