ReactOS 0.4.15-dev-7842-g558ab78
_BL_FILE_SYSTEM_ENTRY Struct Reference

#include <bl.h>

Collaboration diagram for _BL_FILE_SYSTEM_ENTRY:

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
 

Detailed Description

Definition at line 1051 of file bl.h.

Member Data Documentation

◆ DestroyCallback

PBL_FS_DESTROY_CALLBACK _BL_FILE_SYSTEM_ENTRY::DestroyCallback

Definition at line 1055 of file bl.h.

Referenced by BlpFileRegisterFileSystem().

◆ InitCallback

PBL_FS_INIT_CALLBACK _BL_FILE_SYSTEM_ENTRY::InitCallback

Definition at line 1054 of file bl.h.

Referenced by BlpFileRegisterFileSystem().

◆ ListEntry

LIST_ENTRY _BL_FILE_SYSTEM_ENTRY::ListEntry

Definition at line 1053 of file bl.h.

Referenced by BlpFileRegisterFileSystem().

◆ MountCallback

PBL_FS_MOUNT_CALLBACK _BL_FILE_SYSTEM_ENTRY::MountCallback

Definition at line 1056 of file bl.h.

Referenced by BlpFileRegisterFileSystem().

◆ PurgeCallback

PBL_FS_PURGE_CALLBACK _BL_FILE_SYSTEM_ENTRY::PurgeCallback

Definition at line 1057 of file bl.h.

Referenced by BlpFileRegisterFileSystem().


The documentation for this struct was generated from the following file: