Home
last modified time | relevance | path

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

/fs/btrfs/
Dspace-info.h19 u64 bytes_readonly; /* total bytes that are read only */ member
115 u64 bytes_readonly,
Dspace-info.c18 s_info->bytes_pinned + s_info->bytes_readonly + in btrfs_space_info_used()
116 u64 bytes_readonly, in btrfs_update_space_info() argument
131 found->bytes_readonly += bytes_readonly; in btrfs_update_space_info()
274 info->bytes_readonly); in __btrfs_dump_space_info()
Dblock-group.c1051 WARN_ON(block_group->space_info->bytes_readonly in btrfs_remove_block_group()
1057 block_group->space_info->bytes_readonly -= block_group->key.offset; in btrfs_remove_block_group()
1223 sinfo->bytes_readonly += num_bytes; in inc_block_group_ro()
1357 space_info->bytes_readonly += block_group->pinned; in btrfs_delete_unused_bgs()
2107 sinfo->bytes_readonly -= num_bytes; in btrfs_dec_block_group_ro()
2792 space_info->bytes_readonly += num_bytes; in btrfs_free_reserved_bytes()
Dsysfs.c433 SPACE_INFO_ATTR(bytes_readonly);
446 BTRFS_ATTR_PTR(space_info, bytes_readonly),
Dfree-space-cache.c3185 space_info->bytes_readonly += reserved_bytes; in do_trimming()
Dextent-tree.c2847 space_info->bytes_readonly += len; in unpin_extent_range()