Searched refs:bytes_readonly (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | space-info.h | 19 u64 bytes_readonly; /* total bytes that are read only */ member 122 u64 bytes_readonly,
|
H A D | space-info.c | 165 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 D | block-group.c | 1096 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 D | sysfs.c | 635 SPACE_INFO_ATTR(bytes_readonly); variable 648 BTRFS_ATTR_PTR(space_info, bytes_readonly),
|
H A D | free-space-cache.c | 3438 space_info->bytes_readonly += reserved_bytes; in do_trimming()
|
H A D | extent-tree.c | 2789 space_info->bytes_readonly += len; in unpin_extent_range()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | space-info.h | 99 u64 bytes_readonly; /* total bytes that are read only */ member
|
H A D | space-info.c | 170 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 D | block-group.c | 1207 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 D | sysfs.c | 880 SPACE_INFO_ATTR(bytes_readonly); variable 932 BTRFS_ATTR_PTR(space_info, bytes_readonly),
|
H A D | free-space-cache.c | 2722 * bytes_readonly. in __btrfs_add_free_space_zoned() 3691 space_info->bytes_readonly += reserved_bytes; in do_trimming()
|
H A D | extent-tree.c | 2748 space_info->bytes_readonly += len; in unpin_extent_range()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 2220 __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