Searched refs:umount2 (Results 1 – 2 of 2) sorted by relevance
1100 Self::umount2(target, flags)?; in handle()
1734 pub fn umount2(target: *const u8, flags: i32) -> Result<(), SystemError> { in umount2() method