|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <bl.h>

Public Attributes | |
| LIST_ENTRY | ListEntry |
| PBL_FS_INIT_CALLBACK | InitCallback |
| PBL_FS_DESTROY_CALLBACK | DestroyCallback |
| PBL_FS_MOUNT_CALLBACK | MountCallback |
| PBL_FS_PURGE_CALLBACK | PurgeCallback |
| PBL_FS_DESTROY_CALLBACK _BL_FILE_SYSTEM_ENTRY::DestroyCallback |
Definition at line 1055 of file bl.h.
Referenced by BlpFileRegisterFileSystem().
| PBL_FS_INIT_CALLBACK _BL_FILE_SYSTEM_ENTRY::InitCallback |
Definition at line 1054 of file bl.h.
Referenced by BlpFileRegisterFileSystem().
| LIST_ENTRY _BL_FILE_SYSTEM_ENTRY::ListEntry |
Definition at line 1053 of file bl.h.
Referenced by BlpFileRegisterFileSystem().
| PBL_FS_MOUNT_CALLBACK _BL_FILE_SYSTEM_ENTRY::MountCallback |
Definition at line 1056 of file bl.h.
Referenced by BlpFileRegisterFileSystem().
| PBL_FS_PURGE_CALLBACK _BL_FILE_SYSTEM_ENTRY::PurgeCallback |
Definition at line 1057 of file bl.h.
Referenced by BlpFileRegisterFileSystem().