Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h355 extern int fsop_unmount(vfs_t *, int, cred_t *);
366 #define VFS_UNMOUNT(vfsp, flag, cr) fsop_unmount(vfsp, flag, cr)
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c231 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount() function