Lines Matching defs:btrfs_space_info
1169 struct btrfs_space_info { struct
1170 spinlock_t lock;
1172 u64 total_bytes; /* total bytes in the space,
1174 u64 bytes_used; /* total bytes used,
1176 u64 bytes_pinned; /* total bytes pinned, will be freed when the
1178 u64 bytes_reserved; /* total bytes the allocator has reserved for
1180 u64 bytes_may_use; /* number of bytes that may be used for
1182 u64 bytes_readonly; /* total bytes that are read only */
1184 u64 max_extent_size; /* This will hold the maximum extent size of
1188 unsigned int full:1; /* indicates that we cannot allocate any more
1190 unsigned int chunk_alloc:1; /* set if we are allocating a chunk */
1192 unsigned int flush:1; /* set if we are trying to make space */
1194 unsigned int force_alloc; /* set if we need to force a chunk
1197 u64 disk_used; /* total bytes used on disk */
1198 u64 disk_total; /* total bytes on disk, takes mirrors into
1201 u64 flags;
1213 struct percpu_counter total_bytes_pinned;
1215 struct list_head list;
1239 struct btrfs_space_info *space_info; argument