Searched refs:__umount2 (Results 1 – 3 of 3) sorted by relevance
23 __umount2 (const char *special_file, int flags) in __umount2() function27 libc_hidden_def (__umount2)29 weak_alias (__umount2, umount2)
24 return __umount2 (name, 0); in __umount()
27 extern __typeof (umount2) __umount2 __THROW;28 libc_hidden_proto (__umount2)
Completed in 4 milliseconds