Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h360 extern int fsop_mountroot(vfs_t *, enum whymountroot);
371 #define VFS_MOUNTROOT(vfsp, init) fsop_mountroot(vfsp, init)
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c289 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot() function