Home
last modified time | relevance | path

Searched refs:mount_no_root_dir (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Dregistry.c62 options->no_root_dir = mount_no_root_dir; in registry_load_volume_options()
822 get_registry_value(h, L"NoRootDir", REG_DWORD, &mount_no_root_dir, sizeof(mount_no_root_dir)); in read_registry()
H A Dbtrfs_drv.h1192 extern uint32_t mount_no_root_dir;
H A Dbtrfs.c85 uint32_t mount_no_root_dir = 0; variable