#include <oskit/clientos.h>oskit_error_t oskit_clientos_setfsnamespace(oskit_fsnamespace_t *fsn);
Set the filesystem namespce object. This is typically called from the filesystem initialization code, once the root filesystem has been initialized, and the filesystem namespace object created.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.