MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_unmount

Function sys_unmount

freebsd/kern/vfs_mount.c:1389–1394  ·  view source on GitHub ↗

ARGSUSED */

Source from the content-addressed store, hash-verified

1387#endif
1388/* ARGSUSED */
1389int
1390sys_unmount(struct thread *td, struct unmount_args *uap)
1391{
1392
1393 return (kern_unmount(td, uap->path, uap->flags));
1394}
1395
1396int
1397kern_unmount(struct thread *td, const char *path, int flags)

Callers

nothing calls this directly

Calls 1

kern_unmountFunction · 0.85

Tested by

no test coverage detected