Searched refs:fsop_unmount (Results 1 – 2 of 2) sorted by relevance
355 extern int fsop_unmount(vfs_t *, int, cred_t *);366 #define VFS_UNMOUNT(vfsp, flag, cr) fsop_unmount(vfsp, flag, cr)
231 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount() function