Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dctree.h384 struct btrfs_space_info { struct
385 spinlock_t lock;
387 u64 total_bytes; /* total bytes in the space,
389 u64 bytes_used; /* total bytes used,
391 u64 bytes_pinned; /* total bytes pinned, will be freed when the
393 u64 bytes_reserved; /* total bytes the allocator has reserved for
395 u64 bytes_may_use; /* number of bytes that may be used for
397 u64 bytes_readonly; /* total bytes that are read only */
399 u64 max_extent_size; /* This will hold the maximum extent size of
403 unsigned int full:1; /* indicates that we cannot allocate any more
[all …]