Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dvfs.h354 extern int fsop_mountroot(vfs_t *, enum whymountroot);
365 #define VFS_MOUNTROOT(vfsp, init) fsop_mountroot(vfsp, init)
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c297 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot() function