Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent-tree.c3840 found->bytes_readonly = 0; in update_space_info()
4023 data_sinfo->bytes_pinned + data_sinfo->bytes_readonly + in btrfs_alloc_data_chunk_ondemand()
4224 u64 num_bytes = sinfo->total_bytes - sinfo->bytes_readonly; in should_alloc_chunk()
4298 info->bytes_reserved - info->bytes_readonly - in check_system_chunk()
4470 space_info->bytes_pinned + space_info->bytes_readonly; in can_overcommit()
4765 space_info->bytes_pinned + space_info->bytes_readonly + in btrfs_calc_reclaim_metadata_size()
4815 space_info->bytes_pinned + space_info->bytes_readonly + in btrfs_need_do_async_reclaim()
4911 space_info->bytes_pinned + space_info->bytes_readonly + in reserve_metadata_bytes()
5327 sinfo->bytes_reserved + sinfo->bytes_readonly + in update_global_block_rsv()
6168 space_info->bytes_readonly += num_bytes; in btrfs_update_reserved_bytes()
[all …]
Dfree-space-cache.c3146 space_info->bytes_readonly += reserved_bytes; in do_trimming()
Dctree.h1182 u64 bytes_readonly; /* total bytes that are read only */ member