next up previous contents index
Next: 26.0.7 fs_netbsd_mount: Mount a Up: 26 NetBSD File Systems: Previous: 26 NetBSD File Systems:

26.0.6 fs_netbsd_init: Initialize the NetBSD fs library

 

SYNOPSIS

#include <oskit/fs/netbsd.h>

oskit_error_t fs_netbsd_init(void);

DIRECTION

client OS tex2html_wrap_inline33113 filesystem library

DESCRIPTION

This function initializes the NetBSD fs library, and must be invoked prior to the first call to fs_netbsd_mount. This function only needs to be invoked once by the client operating system.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



Utah Flux Research Group