Searched refs:kern_unmount (Results 1 – 2 of 2) sorted by relevance
341 int kern_unmount(struct thread *td, const char *path, int flags);
1393 return (kern_unmount(td, uap->path, uap->flags)); in sys_unmount()1397 kern_unmount(struct thread *td, const char *path, int flags) in kern_unmount() function