XenevaOS
Loading...
Searching...
No Matches
XenevaOS
BaseHdr
Fs
fsprobe.h
Go to the documentation of this file.
1
32
#ifndef __FS_PROBE_H__
33
#define __FS_PROBE_H__
34
35
#include <stdint.h>
36
#include <
Fs/vdisk.h
>
37
43
typedef
enum
{
44
AURORA_FS_UNKNOWN
,
45
AURORA_FS_FAT16
,
46
AURORA_FS_FAT32
,
47
AURORA_FS_EXT2
,
48
AURORA_FS_NTFS
,
49
}
aurora_fs_type
;
50
51
57
extern
aurora_fs_type
AuProbeFileSystem
(
AuVDisk
* vdisk);
58
#endif
59
AuProbeFileSystem
aurora_fs_type AuProbeFileSystem(AuVDisk *vdisk)
AuProbeFileSystem – get the currently used file system type of given block device.
Definition
fsprobe.c:56
aurora_fs_type
aurora_fs_type
Definition
fsprobe.h:43
AURORA_FS_FAT16
@ AURORA_FS_FAT16
Definition
fsprobe.h:45
AURORA_FS_NTFS
@ AURORA_FS_NTFS
Definition
fsprobe.h:48
AURORA_FS_EXT2
@ AURORA_FS_EXT2
Definition
fsprobe.h:47
AURORA_FS_FAT32
@ AURORA_FS_FAT32
Definition
fsprobe.h:46
AURORA_FS_UNKNOWN
@ AURORA_FS_UNKNOWN
Definition
fsprobe.h:44
_VDISK_
Definition
vdisk.h:72
vdisk.h
Generated by
1.9.8