Searched refs:bytes_readonly (Results 1 – 7 of 7) sorted by relevance
/linux/fs/btrfs/ |
A D | space-info.h | 19 u64 bytes_readonly; /* total bytes that are read only */ member 116 u64 bytes_readonly, u64 bytes_zone_unusable,
|
A D | space-info.c | 166 s_info->bytes_pinned + s_info->bytes_readonly + in btrfs_space_info_used() 256 u64 bytes_readonly, u64 bytes_zone_unusable, in btrfs_update_space_info() argument 271 found->bytes_readonly += bytes_readonly; in btrfs_update_space_info() 426 info->bytes_readonly, info->bytes_zone_unusable); in __btrfs_dump_space_info() 798 space_info->bytes_readonly + global_rsv_size; in need_preemptive_reclaim()
|
A D | block-group.c | 1020 WARN_ON(block_group->space_info->bytes_readonly in btrfs_remove_block_group() 1028 block_group->space_info->bytes_readonly -= in btrfs_remove_block_group() 1210 sinfo->bytes_readonly += num_bytes; in inc_block_group_ro() 1213 sinfo->bytes_readonly += cache->zone_unusable; in inc_block_group_ro() 1404 space_info->bytes_readonly += block_group->pinned; in btrfs_delete_unused_bgs() 2638 sinfo->bytes_readonly -= cache->zone_unusable; in btrfs_dec_block_group_ro() 2643 sinfo->bytes_readonly -= num_bytes; in btrfs_dec_block_group_ro() 3352 space_info->bytes_readonly += num_bytes; in btrfs_free_reserved_bytes()
|
A D | sysfs.c | 717 SPACE_INFO_ATTR(bytes_readonly); 734 BTRFS_ATTR_PTR(space_info, bytes_readonly),
|
A D | free-space-cache.c | 3552 space_info->bytes_readonly += reserved_bytes; in do_trimming()
|
A D | extent-tree.c | 2749 space_info->bytes_readonly += len; in unpin_extent_range()
|
/linux/include/trace/events/ |
A D | btrfs.h | 2053 __field( u64, bytes_readonly ) 2072 __entry->bytes_readonly = sinfo->bytes_readonly; 2094 __entry->bytes_may_use, __entry->bytes_readonly,
|
Completed in 45 milliseconds