Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dspace-info.h98 u64 bytes_readonly; /* total bytes that are read only */ member
A Dspace-info.c170 s_info->bytes_pinned + s_info->bytes_readonly + in btrfs_space_info_used()
316 found->bytes_readonly += block_group->bytes_super; in btrfs_add_bg_to_space_info()
523 info->bytes_readonly, info->bytes_zone_unusable); in __btrfs_dump_space_info()
925 space_info->bytes_readonly + global_rsv_size; in need_preemptive_reclaim()
A Dblock-group.c1172 WARN_ON(block_group->space_info->bytes_readonly in btrfs_remove_block_group()
1186 block_group->space_info->bytes_readonly -= in btrfs_remove_block_group()
1369 sinfo->bytes_readonly += num_bytes; in inc_block_group_ro()
1372 sinfo->bytes_readonly += cache->zone_unusable; in inc_block_group_ro()
1574 space_info->bytes_readonly += block_group->pinned; in btrfs_delete_unused_bgs()
2890 sinfo->bytes_readonly -= cache->zone_unusable; in btrfs_dec_block_group_ro()
2895 sinfo->bytes_readonly -= num_bytes; in btrfs_dec_block_group_ro()
3644 space_info->bytes_readonly += num_bytes; in btrfs_free_reserved_bytes()
A Dsysfs.c873 SPACE_INFO_ATTR(bytes_readonly);
925 BTRFS_ATTR_PTR(space_info, bytes_readonly),
A Dfree-space-cache.c3678 space_info->bytes_readonly += reserved_bytes; in do_trimming()
A Dextent-tree.c2730 space_info->bytes_readonly += len; in unpin_extent_range()
/linux-6.3-rc2/include/trace/events/
A Dbtrfs.h2190 __field( u64, bytes_readonly )
2209 __entry->bytes_readonly = sinfo->bytes_readonly;
2231 __entry->bytes_may_use, __entry->bytes_readonly,

Completed in 34 milliseconds