Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dctree.h1142 struct btrfs_space_info { struct
1143 spinlock_t lock;
1145 u64 total_bytes; /* total bytes in the space,
1147 u64 bytes_used; /* total bytes used,
1149 u64 bytes_pinned; /* total bytes pinned, will be freed when the
1151 u64 bytes_reserved; /* total bytes the allocator has reserved for
1153 u64 bytes_may_use; /* number of bytes that may be used for
1155 u64 bytes_readonly; /* total bytes that are read only */
1157 unsigned int full:1; /* indicates that we cannot allocate any more
1159 unsigned int chunk_alloc:1; /* set if we are allocating a chunk */
[all …]