next up previous contents index
Next: 24.0.5 fs_linux_mount: Mount a Up: 24 Linux File Systems: Previous: 24 Linux File Systems:

24.0.4 fs_linux_init: Initialize the Linux fs library

 

SYNOPSIS

#include <oskit/fs/linux.h>

oskit_error_t fs_linux_init(void);

DIRECTION

client OS tex2html_wrap_inline32841 filesystem library

DESCRIPTION

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

All filesystems listed in <oskit/fs/linux_filesystems.h> are initialized.

RETURNS

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



University of Utah Flux Research Group