Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dsysfs.c346 SPACE_INFO_ATTR(bytes_readonly);
359 BTRFS_ATTR_PTR(space_info, bytes_readonly),
Dextent-tree.c3928 u64 bytes_readonly, in update_space_info() argument
3943 found->bytes_readonly += bytes_readonly; in update_space_info()
3947 bytes_used - bytes_readonly); in update_space_info()
4104 s_info->bytes_pinned + s_info->bytes_readonly + in btrfs_space_info_used()
6436 space_info->bytes_readonly += num_bytes; in btrfs_free_reserved_bytes()
6571 space_info->bytes_readonly += len; in unpin_extent_range()
7723 info->bytes_readonly); in dump_space_info()
9231 sinfo->bytes_readonly += num_bytes; in inc_block_group_ro()
9368 sinfo->bytes_readonly -= num_bytes; in btrfs_dec_block_group_ro()
10393 WARN_ON(block_group->space_info->bytes_readonly in btrfs_remove_block_group()
[all …]
Dfree-space-cache.c3128 space_info->bytes_readonly += reserved_bytes; in do_trimming()
Dctree.h397 u64 bytes_readonly; /* total bytes that are read only */ member