umount2
os
0.1.0
umount2
Sections
系统调用号
简化实现说明
In os::
kernel::
syscall::
fs
os
::
kernel
::
syscall
::
fs
Function
umount2
Copy item path
Source
pub fn umount2(target: *const c_char, _flags: i32) -> isize
Expand description
umount2 - 卸载文件系统
§
系统调用号
39 (SYS_UMOUNT2)
§
简化实现说明
忽略 flags 参数(但保留以保持 ABI 兼容)
不检查文件是否被占用
直接调用 MOUNT_TABLE.umount()