Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dspace-info.h6 struct btrfs_space_info { struct
7 spinlock_t lock;
9 u64 total_bytes; /* total bytes in the space,
11 u64 bytes_used; /* total bytes used,
13 u64 bytes_pinned; /* total bytes pinned, will be freed when the
15 u64 bytes_reserved; /* total bytes the allocator has reserved for
17 u64 bytes_may_use; /* number of bytes that may be used for
19 u64 bytes_readonly; /* total bytes that are read only */
21 u64 max_extent_size; /* This will hold the maximum extent size of
25 unsigned int full:1; /* indicates that we cannot allocate any more
[all …]
/kernel/linux/linux-6.6/fs/btrfs/
Dspace-info.h86 struct btrfs_space_info { struct
87 spinlock_t lock;
89 u64 total_bytes; /* total bytes in the space,
91 u64 bytes_used; /* total bytes used,
93 u64 bytes_pinned; /* total bytes pinned, will be freed when the
95 u64 bytes_reserved; /* total bytes the allocator has reserved for
97 u64 bytes_may_use; /* number of bytes that may be used for
99 u64 bytes_readonly; /* total bytes that are read only */
100 u64 bytes_zone_unusable; /* total bytes that are unusable until
103 u64 max_extent_size; /* This will hold the maximum extent size of
[all …]