Home
last modified time | relevance | path

Searched defs:btrfs_space_info (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/fs/btrfs/
Dspace-info.h8 struct btrfs_space_info { struct
9 spinlock_t lock;
11 u64 total_bytes; /* total bytes in the space,
13 u64 bytes_used; /* total bytes used,
15 u64 bytes_pinned; /* total bytes pinned, will be freed when the
17 u64 bytes_reserved; /* total bytes the allocator has reserved for
19 u64 bytes_may_use; /* number of bytes that may be used for
21 u64 bytes_readonly; /* total bytes that are read only */
23 u64 active_total_bytes;
24 u64 bytes_zone_unusable; /* total bytes that are unusable until
[all …]