ReactOS 0.4.16-dev-122-g325d74c
|
#include <btrfs.h>
Public Attributes | |
KEY | key |
uint64_t | generation |
uint64_t | num_entries |
uint64_t | num_bitmaps |
uint64_t FREE_SPACE_ITEM::generation |
Definition at line 456 of file btrfs.h.
Referenced by load_stored_free_space_cache(), and update_chunk_cache().
KEY FREE_SPACE_ITEM::key |
Definition at line 455 of file btrfs.h.
Referenced by allocate_cache_chunk(), clear_free_space_cache(), and load_stored_free_space_cache().
uint64_t FREE_SPACE_ITEM::num_bitmaps |
Definition at line 458 of file btrfs.h.
Referenced by load_stored_free_space_cache(), and update_chunk_cache().
uint64_t FREE_SPACE_ITEM::num_entries |
Definition at line 457 of file btrfs.h.
Referenced by load_stored_free_space_cache(), and update_chunk_cache().