Searched defs:btrfs_space_info (Results 1 – 1 of 1) sorted by relevance
87 struct btrfs_space_info { struct88 spinlock_t lock;90 u64 total_bytes; /* total bytes in the space,92 u64 bytes_used; /* total bytes used,94 u64 bytes_pinned; /* total bytes pinned, will be freed when the96 u64 bytes_reserved; /* total bytes the allocator has reserved for98 u64 bytes_may_use; /* number of bytes that may be used for100 u64 bytes_readonly; /* total bytes that are read only */101 u64 bytes_zone_unusable; /* total bytes that are unusable until104 u64 max_extent_size; /* This will hold the maximum extent size of[all …]