Lines Matching defs:btrfs_block_group_cache
1313 struct btrfs_block_group_cache { struct
1314 struct btrfs_key key;
1315 struct btrfs_block_group_item item;
1316 struct btrfs_fs_info *fs_info;
1317 struct inode *inode;
1318 spinlock_t lock;
1319 u64 pinned;
1320 u64 reserved;
1321 u64 delalloc_bytes;
1322 u64 bytes_super;
1323 u64 flags;
1324 u64 sectorsize;
1325 u64 cache_generation;
1332 struct rw_semaphore data_rwsem;
1335 unsigned long full_stripe_len;
1337 unsigned int ro;
1338 unsigned int iref:1;
1339 unsigned int has_caching_ctl:1;
1340 unsigned int removed:1;
1342 int disk_cache_state;
1345 int cached;
1346 struct btrfs_caching_control *caching_ctl;
1347 u64 last_byte_to_unpin;
1349 struct btrfs_space_info *space_info;
1352 struct btrfs_free_space_ctl *free_space_ctl;
1355 struct rb_node cache_node;
1358 struct list_head list;
1361 atomic_t count;
1366 struct list_head cluster_list;
1369 struct list_head bg_list;
1372 struct list_head ro_list;
1374 atomic_t trimming;
1377 struct list_head dirty_list;
1378 struct list_head io_list;
1380 struct btrfs_io_ctl io_ctl;