* Prefix lock functions with __ to mark them as private. Add forwarding macros to keep existing code working. * Avoids symbol name clashes with kernel lock APIs, occuring when using kernellandemu-lib in userlandfs. Thanks to Ingo for the suggestion.