fsop_unmount
extern int fsop_unmount(vfs_t *, int, cred_t *);
#define VFS_UNMOUNT(vfsp, flag, cr) fsop_unmount(vfsp, flag, cr)