Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsysfs.c347 SPACE_INFO_ATTR(bytes_readonly);
360 BTRFS_ATTR_PTR(space_info, bytes_readonly),
Dextent-tree.c3935 u64 bytes_readonly, in update_space_info() argument
3950 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 …]
Dfree-space-cache.c3185 space_info->bytes_readonly += reserved_bytes; in do_trimming()
Dctree.h398 u64 bytes_readonly; /* total bytes that are read only */ member