Home
last modified time | relevance | path

Searched refs:bytes_super (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dblock-group.h111 u64 bytes_super; member
H A Dspace-info.c314 found->bytes_readonly += block_group->bytes_super; in btrfs_add_bg_to_space_info()
528 cache->bytes_super - cache->zone_unusable; in btrfs_dump_space_info()
533 cache->bytes_super, cache->zone_unusable, in btrfs_dump_space_info()
H A Dblock-group.c1368 cache->bytes_super - cache->zone_unusable - cache->used; in inc_block_group_ro()
2165 cache->bytes_super += stripe_len; in exclude_super_stripes()
2193 cache->bytes_super += len; in exclude_super_stripes()
3023 cache->pinned - cache->bytes_super - in btrfs_dec_block_group_ro()
H A Dzoned.c1598 WARN_ON(cache->bytes_super != 0); in btrfs_calc_zone_unusable()
H A Dfree-space-cache.c1022 block_group->bytes_super)); in load_free_space_cache()
/openbmc/linux/include/trace/events/
H A Dbtrfs.h839 __field( u64, bytes_super )
848 __entry->bytes_super = block_group->bytes_super;
861 __entry->bytes_super, __entry->create)