Home
last modified time | relevance | path

Searched refs:bytes_readonly (Results 1 – 7 of 7) sorted by relevance

/linux/fs/btrfs/
H A Dspace-info.h125 u64 bytes_readonly; /* total bytes that are read only */ member
267 s_info->bytes_pinned + s_info->bytes_readonly + in btrfs_space_info_used()
H A Dblock-group.c1095 WARN_ON(bg->space_info->bytes_readonly < bg->length - bg->zone_unusable); in btrfs_remove_bg_from_sinfo()
1100 bg->space_info->bytes_readonly -= (bg->length - bg->zone_unusable); in btrfs_remove_bg_from_sinfo()
1459 sinfo->bytes_readonly += num_bytes; in inc_block_group_ro()
1462 sinfo->bytes_readonly += cache->zone_unusable; in inc_block_group_ro()
1742 space_info->bytes_readonly += block_group->pinned; in btrfs_delete_unused_bgs()
3201 sinfo->bytes_readonly -= cache->zone_unusable; in btrfs_dec_block_group_ro()
3203 sinfo->bytes_readonly -= btrfs_block_group_available_space(cache); in btrfs_dec_block_group_ro()
4004 space_info->bytes_readonly += num_bytes; in btrfs_free_reserved_bytes()
H A Dspace-info.c391 space_info->bytes_readonly += block_group->bytes_super; in btrfs_add_bg_to_space_info()
649 info->bytes_readonly, info->bytes_zone_unusable); in __btrfs_dump_space_info()
1030 space_info->bytes_readonly + global_rsv_size; in need_preemptive_reclaim()
H A Dsysfs.c902 SPACE_INFO_ATTR(bytes_readonly);
1030 BTRFS_ATTR_PTR(space_info, bytes_readonly),
H A Dfree-space-cache.c3707 space_info->bytes_readonly += reserved_bytes; in do_trimming()
H A Drelocation.c5056 sinfo->bytes_readonly += length; in do_remap_reloc_trans()
/linux/include/trace/events/
H A Dbtrfs.h2174 __field( u64, bytes_readonly )
2193 __entry->bytes_readonly = sinfo->bytes_readonly;
2215 __entry->bytes_may_use, __entry->bytes_readonly,