Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dregistry.c49 options->compress_force = mount_compress_force; in registry_load_volume_options()
810 …get_registry_value(h, L"CompressForce", REG_DWORD, &mount_compress_force, sizeof(mount_compress_fo… in read_registry()
H A Dbtrfs_drv.h1180 extern uint32_t mount_compress_force;
H A Dbtrfs.c73 uint32_t mount_compress_force = 0; variable