next up previous contents index
Next: 7.5 oskit_dir: Directory Interface Up: 7.4 oskit_file: File Interface Previous: 7.4.5 open: Create an

7.4.6 getfs: Get the filesystem in which this file resides

 

SYNOPSIS

#include <oskit/fs/file.h>

oskit_error_t oskit_file_getfs(oskit_file_t *f, [out] oskit_filesystem_t **out_fs);

DIRECTION

client OS tex2html_wrap_inline32841 filesystem library

DESCRIPTION

Returns the oskit_filesystem COM interface for the filesystem in which this file resides.

PARAMETERS

f
The file whose filesystem is desired.
out_fs
The filesystem in which the file resides.

RETURNS

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



University of Utah Flux Research Group