Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dregistry.c726 static void get_registry_value(HANDLE h, WCHAR* string, ULONG type, void* val, ULONG size) { in get_registry_value() function
809 get_registry_value(h, L"Compress", REG_DWORD, &mount_compress, sizeof(mount_compress)); in read_registry()
812 get_registry_value(h, L"ZlibLevel", REG_DWORD, &mount_zlib_level, sizeof(mount_zlib_level)); in read_registry()
814 get_registry_value(h, L"MaxInline", REG_DWORD, &mount_max_inline, sizeof(mount_max_inline)); in read_registry()
816 get_registry_value(h, L"NoBarrier", REG_DWORD, &mount_no_barrier, sizeof(mount_no_barrier)); in read_registry()
817 get_registry_value(h, L"NoTrim", REG_DWORD, &mount_no_trim, sizeof(mount_no_trim)); in read_registry()
820 get_registry_value(h, L"Readonly", REG_DWORD, &mount_readonly, sizeof(mount_readonly)); in read_registry()
821 get_registry_value(h, L"ZstdLevel", REG_DWORD, &mount_zstd_level, sizeof(mount_zstd_level)); in read_registry()
822 get_registry_value(h, L"NoRootDir", REG_DWORD, &mount_no_root_dir, sizeof(mount_no_root_dir)); in read_registry()
823 get_registry_value(h, L"NoDataCOW", REG_DWORD, &mount_nodatacow, sizeof(mount_nodatacow)); in read_registry()
[all …]