fs_open.c File Reference


Detailed Description

Contains the general code to open a file system -- this calls the file system -specific opening routines.

#include "tsk_fs_i.h"

Functions

TSK_FS_INFOtsk_fs_open (TSK_IMG_INFO *img_info, TSK_OFF_T offset, const TSK_TCHAR *type)
 Tries to open data (at a given offset) as a file system.


Function Documentation

TSK_FS_INFO* tsk_fs_open ( TSK_IMG_INFO img_info,
TSK_OFF_T  offset,
const TSK_TCHAR *  type 
)

Tries to open data (at a given offset) as a file system.

Returns a structure that can be used for analysis and reporting.

Parameters:
img_info Disk image to analyze
offset Byte offset to start analyzing from
type String type of file system type (autodetects if set to NULL)
Returns:
NULL on error


Generated on Tue Jan 29 00:26:14 2008 for The Sleuth Kit (Incomplete Docs) by  doxygen 1.5.1