XenevaOS
Loading...
Searching...
No Matches
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
50
51
58#endif
59
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
Definition fsprobe.h:43
@ AURORA_FS_FAT16
Definition fsprobe.h:45
@ AURORA_FS_NTFS
Definition fsprobe.h:48
@ AURORA_FS_EXT2
Definition fsprobe.h:47
@ AURORA_FS_FAT32
Definition fsprobe.h:46
@ AURORA_FS_UNKNOWN
Definition fsprobe.h:44
Definition vdisk.h:72