Home
last modified time | relevance | path

Searched refs:bytes_readonly (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dspace-info.h19 u64 bytes_readonly; /* total bytes that are read only */ member
122 u64 bytes_readonly,
H A Dspace-info.c165 s_info->bytes_pinned + s_info->bytes_readonly + in btrfs_space_info_used()
260 u64 bytes_readonly, in btrfs_update_space_info()
275 found->bytes_readonly += bytes_readonly; in btrfs_update_space_info()
429 info->bytes_readonly); in __btrfs_dump_space_info()
258 btrfs_update_space_info(struct btrfs_fs_info *info, u64 flags, u64 total_bytes, u64 bytes_used, u64 bytes_readonly, struct btrfs_space_info **space_info) btrfs_update_space_info() argument
H A Dblock-group.c1096 WARN_ON(block_group->space_info->bytes_readonly in btrfs_remove_block_group()
1102 block_group->space_info->bytes_readonly -= block_group->length; in btrfs_remove_block_group()
1281 sinfo->bytes_readonly += num_bytes; in inc_block_group_ro()
1464 space_info->bytes_readonly += block_group->pinned; in btrfs_delete_unused_bgs()
2336 sinfo->bytes_readonly -= num_bytes; in btrfs_dec_block_group_ro()
3040 space_info->bytes_readonly += num_bytes; in btrfs_free_reserved_bytes()
H A Dsysfs.c635 SPACE_INFO_ATTR(bytes_readonly); variable
648 BTRFS_ATTR_PTR(space_info, bytes_readonly),
H A Dfree-space-cache.c3438 space_info->bytes_readonly += reserved_bytes; in do_trimming()
H A Dextent-tree.c2789 space_info->bytes_readonly += len; in unpin_extent_range()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dspace-info.h99 u64 bytes_readonly; /* total bytes that are read only */ member
H A Dspace-info.c170 s_info->bytes_pinned + s_info->bytes_readonly + in btrfs_space_info_used()
314 found->bytes_readonly += block_group->bytes_super; in btrfs_add_bg_to_space_info()
501 info->bytes_readonly, info->bytes_zone_unusable); in __btrfs_dump_space_info()
907 space_info->bytes_readonly + global_rsv_size; in need_preemptive_reclaim()
H A Dblock-group.c1207 WARN_ON(block_group->space_info->bytes_readonly in btrfs_remove_block_group()
1215 block_group->space_info->bytes_readonly -= in btrfs_remove_block_group()
1398 sinfo->bytes_readonly += num_bytes; in inc_block_group_ro()
1401 sinfo->bytes_readonly += cache->zone_unusable; in inc_block_group_ro()
1644 space_info->bytes_readonly += block_group->pinned; in btrfs_delete_unused_bgs()
3012 sinfo->bytes_readonly -= cache->zone_unusable; in btrfs_dec_block_group_ro()
3017 sinfo->bytes_readonly -= num_bytes; in btrfs_dec_block_group_ro()
3776 space_info->bytes_readonly += num_bytes; in btrfs_free_reserved_bytes()
H A Dsysfs.c880 SPACE_INFO_ATTR(bytes_readonly); variable
932 BTRFS_ATTR_PTR(space_info, bytes_readonly),
H A Dfree-space-cache.c2722 * bytes_readonly. in __btrfs_add_free_space_zoned()
3691 space_info->bytes_readonly += reserved_bytes; in do_trimming()
H A Dextent-tree.c2748 space_info->bytes_readonly += len; in unpin_extent_range()
/kernel/linux/linux-6.6/include/trace/events/
H A Dbtrfs.h2220 __field( u64, bytes_readonly )
2239 __entry->bytes_readonly = sinfo->bytes_readonly;
2253 "bytes_may_use=%llu bytes_readonly=%llu "
2261 __entry->bytes_may_use, __entry->bytes_readonly,

Completed in 46 milliseconds