Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dspace-info.h108 struct btrfs_space_info { struct
110 struct btrfs_space_info *parent; argument
111 struct btrfs_space_info *sub_group[BTRFS_SPACE_INFO_SUB_GROUP_MAX]; argument
112 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 the
121 u64 bytes_reserved; /* total bytes the allocator has reserved for
123 u64 bytes_may_use; /* number of bytes that may be used for
[all …]