Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h351 extern int fsop_mountroot(vfs_t *, enum whymountroot);
362 #define VFS_MOUNTROOT(vfsp, init) fsop_mountroot(vfsp, init)
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h348 extern int fsop_mountroot(vfs_t *, enum whymountroot);
359 #define VFS_MOUNTROOT(vfsp, init) fsop_mountroot(vfsp, init)
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c226 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot() function
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c290 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot() function