Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dspace-info.h19 u64 bytes_readonly; /* total bytes that are read only */ member
122 u64 bytes_readonly,
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() argument
275 found->bytes_readonly += bytes_readonly; in btrfs_update_space_info()
429 info->bytes_readonly); in __btrfs_dump_space_info()
Dblock-group.c1089 WARN_ON(block_group->space_info->bytes_readonly in btrfs_remove_block_group()
1095 block_group->space_info->bytes_readonly -= block_group->length; in btrfs_remove_block_group()
1274 sinfo->bytes_readonly += num_bytes; in inc_block_group_ro()
1457 space_info->bytes_readonly += block_group->pinned; in btrfs_delete_unused_bgs()
2319 sinfo->bytes_readonly -= num_bytes; in btrfs_dec_block_group_ro()
3023 space_info->bytes_readonly += num_bytes; in btrfs_free_reserved_bytes()
Dsysfs.c635 SPACE_INFO_ATTR(bytes_readonly);
648 BTRFS_ATTR_PTR(space_info, bytes_readonly),
Dfree-space-cache.c3437 space_info->bytes_readonly += reserved_bytes; in do_trimming()
Dextent-tree.c2783 space_info->bytes_readonly += len; in unpin_extent_range()