Lines Matching defs:btrfs_block_group_cache
1279 struct btrfs_block_group_cache { struct
1280 struct btrfs_key key;
1281 struct btrfs_block_group_item item;
1282 struct btrfs_fs_info *fs_info;
1283 struct inode *inode;
1284 spinlock_t lock;
1285 u64 pinned;
1286 u64 reserved;
1287 u64 delalloc_bytes;
1288 u64 bytes_super;
1289 u64 flags;
1290 u64 sectorsize;
1291 u64 cache_generation;
1298 struct rw_semaphore data_rwsem;
1301 unsigned long full_stripe_len;
1303 unsigned int ro:1;
1304 unsigned int iref:1;
1305 unsigned int has_caching_ctl:1;
1306 unsigned int removed:1;
1308 int disk_cache_state;
1311 int cached;
1312 struct btrfs_caching_control *caching_ctl;
1313 u64 last_byte_to_unpin;
1315 struct btrfs_space_info *space_info;
1318 struct btrfs_free_space_ctl *free_space_ctl;
1321 struct rb_node cache_node;
1324 struct list_head list;
1327 atomic_t count;
1332 struct list_head cluster_list;
1335 struct list_head bg_list;
1338 struct list_head ro_list;
1340 atomic_t trimming;
1343 struct list_head dirty_list;
1344 struct list_head io_list;
1346 struct btrfs_io_ctl io_ctl;