Home
last modified time | relevance | path

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

/linux-3.3/fs/btrfs/
Dctree.h838 struct btrfs_space_info { struct
839 u64 flags;
841 u64 total_bytes; /* total bytes in the space,
843 u64 bytes_used; /* total bytes used,
845 u64 bytes_pinned; /* total bytes pinned, will be freed when the
847 u64 bytes_reserved; /* total bytes the allocator has reserved for
849 u64 bytes_readonly; /* total bytes that are read only */
851 u64 bytes_may_use; /* number of bytes that may be used for
853 u64 disk_used; /* total bytes used on disk */
854 u64 disk_total; /* total bytes on disk, takes mirrors into
[all …]