ReactOS
0.4.15-dev-4914-g2220e56
|
#include "btrfs_drv.h"
Go to the source code of this file.
Classes | |
struct | DEVOBJ_EXTENSION2 |
Macros | |
#define | DOE_START_PENDING 0x10 |
Functions | |
static bool | get_system_root () |
static void | mountmgr_notification (BTRFS_UUID *uuid) |
static void | check_boot_options () |
void | boot_add_device (DEVICE_OBJECT *pdo) |
void | check_system_root () |
Variables | |
ERESOURCE | pdo_list_lock |
LIST_ENTRY | pdo_list |
ERESOURCE | boot_lock |
PDRIVER_OBJECT | drvobj |
BTRFS_UUID | boot_uuid |
uint64_t | boot_subvol = 0 |
void boot_add_device | ( | DEVICE_OBJECT * | pdo | ) |
Definition at line 318 of file boot.c.
Referenced by add_volume_device(), and check_system_root().
|
static |
Definition at line 232 of file boot.c.
Referenced by check_system_root().
void check_system_root | ( | ) |
Definition at line 336 of file boot.c.
Referenced by _Function_class_().
|
static |
Definition at line 49 of file boot.c.
Referenced by check_system_root().
|
static |
Definition at line 180 of file boot.c.
Referenced by boot_add_device().
ERESOURCE boot_lock |
Definition at line 109 of file btrfs.c.
Referenced by check_system_root().
uint64_t boot_subvol = 0 |
Definition at line 34 of file boot.c.
Referenced by check_boot_options(), and mount_vol().
BTRFS_UUID boot_uuid |
Definition at line 33 of file boot.c.
Referenced by _Function_class_(), add_volume_device(), check_system_root(), get_system_root(), and mount_vol().
PDRIVER_OBJECT drvobj |
Definition at line 65 of file btrfs.c.
Referenced by boot_add_device().
LIST_ENTRY pdo_list |
Definition at line 103 of file btrfs.c.
Referenced by check_system_root().
ERESOURCE pdo_list_lock |
Definition at line 102 of file btrfs.c.
Referenced by check_system_root().