Lines Matching defs:btrfs_block_group_cache
942 struct btrfs_block_group_cache { struct
943 struct btrfs_key key;
944 struct btrfs_block_group_item item;
945 struct btrfs_fs_info *fs_info;
946 struct inode *inode;
947 spinlock_t lock;
948 u64 pinned;
949 u64 reserved;
950 u64 bytes_super;
951 u64 flags;
952 u64 sectorsize;
953 u64 cache_generation;
954 unsigned int ro:1;
955 unsigned int dirty:1;
956 unsigned int iref:1;
958 int disk_cache_state;
961 int cached;
962 struct btrfs_caching_control *caching_ctl;
963 u64 last_byte_to_unpin;
965 struct btrfs_space_info *space_info;
968 struct btrfs_free_space_ctl *free_space_ctl;
971 struct rb_node cache_node;
974 struct list_head list;
977 atomic_t count;
982 struct list_head cluster_list;