Searched refs:bytes_readonly (Results 1 – 4 of 4) sorted by relevance
347 SPACE_INFO_ATTR(bytes_readonly);360 BTRFS_ATTR_PTR(space_info, bytes_readonly),
3935 u64 bytes_readonly, in update_space_info() argument3950 found->bytes_readonly += bytes_readonly; in update_space_info()3954 bytes_used - bytes_readonly); in update_space_info()4111 s_info->bytes_pinned + s_info->bytes_readonly + in btrfs_space_info_used()6441 space_info->bytes_readonly += num_bytes; in btrfs_free_reserved_bytes()6577 space_info->bytes_readonly += len; in unpin_extent_range()7744 info->bytes_readonly); in dump_space_info()9267 sinfo->bytes_readonly += num_bytes; in inc_block_group_ro()9404 sinfo->bytes_readonly -= num_bytes; in btrfs_dec_block_group_ro()10438 WARN_ON(block_group->space_info->bytes_readonly in btrfs_remove_block_group()[all …]
3185 space_info->bytes_readonly += reserved_bytes; in do_trimming()
398 u64 bytes_readonly; /* total bytes that are read only */ member