Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h361 extern int fsop_mountroot(vfs_t *, enum whymountroot);
372 #define VFS_MOUNTROOT(vfsp, init) fsop_mountroot(vfsp, init)
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c291 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot() function