Searched defs:btrfs_space_info (Results 1 – 1 of 1) sorted by relevance
108 struct btrfs_space_info { struct110 struct btrfs_space_info *parent; argument111 struct btrfs_space_info *sub_group[BTRFS_SPACE_INFO_SUB_GROUP_MAX]; argument112 int subgroup_id;113 spinlock_t lock;115 u64 total_bytes; /* total bytes in the space,117 u64 bytes_used; /* total bytes used,119 u64 bytes_pinned; /* total bytes pinned, will be freed when the121 u64 bytes_reserved; /* total bytes the allocator has reserved for123 u64 bytes_may_use; /* number of bytes that may be used for[all …]