Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c2420 root->fs_info->free_chunk_space += device->total_bytes; in btrfs_init_new_device()
2862 root->fs_info->free_chunk_space += dev_extent_len; in btrfs_remove_chunk()
4398 root->fs_info->free_chunk_space -= diff; in btrfs_shrink_device()
4524 root->fs_info->free_chunk_space += diff; in btrfs_shrink_device()
4873 extent_root->fs_info->free_chunk_space -= (stripe_size * in __btrfs_alloc_chunk()
6666 root->fs_info->free_chunk_space += device->total_bytes - in read_one_dev()
Dctree.h723 u64 free_chunk_space; member
Ddisk-io.c2706 fs_info->free_chunk_space = 0; in open_ctree()
Dextent-tree.c4633 avail = root->fs_info->free_chunk_space; in can_overcommit()