Home
last modified time | relevance | path

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

/fs/btrfs/
Dextent-tree.c1935 found->bytes_readonly = 0; in update_space_info()
1965 cache->space_info->bytes_readonly += cache->key.offset - in set_block_group_readonly()
2057 meta_sinfo->bytes_pinned + meta_sinfo->bytes_readonly > thresh) { in btrfs_check_metadata_free_space()
2110 data_sinfo->bytes_pinned - data_sinfo->bytes_readonly - in btrfs_check_data_free_space()
2156 data_sinfo->bytes_pinned, data_sinfo->bytes_readonly, in btrfs_check_data_free_space()
2258 thresh = space_info->total_bytes - space_info->bytes_readonly; in do_chunk_alloc()
2303 cache->space_info->bytes_readonly -= num_bytes; in update_block_group()
2311 cache->space_info->bytes_readonly += num_bytes; in update_block_group()
6541 block_group->space_info->bytes_readonly -= block_group->key.offset; in btrfs_remove_block_group()
Dctree.h606 u64 bytes_readonly; /* total bytes that are read only */ member