Searched defs:btrfs_space_info (Results 1 – 1 of 1) sorted by relevance
6 struct btrfs_space_info { struct7 spinlock_t lock;9 u64 total_bytes; /* total bytes in the space,11 u64 bytes_used; /* total bytes used,44 u64 flags;46 struct list_head list;48 struct list_head ro_bgs;49 struct list_head priority_tickets;50 struct list_head tickets;56 u64 reclaim_size;[all …]
Completed in 5 milliseconds