Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dvolumes.c2345 root->fs_info->free_chunk_space += device->total_bytes; in btrfs_init_new_device()
2779 root->fs_info->free_chunk_space += dev_extent_len; in btrfs_remove_chunk()
4280 root->fs_info->free_chunk_space -= diff; in btrfs_shrink_device()
4406 root->fs_info->free_chunk_space += diff; in btrfs_shrink_device()
4755 extent_root->fs_info->free_chunk_space -= (stripe_size * in __btrfs_alloc_chunk()
6437 root->fs_info->free_chunk_space += device->total_bytes - in read_one_dev()
Dctree.h1446 u64 free_chunk_space; member
Ddisk-io.c2590 fs_info->free_chunk_space = 0; in open_ctree()
Dextent-tree.c4487 avail = root->fs_info->free_chunk_space; in can_overcommit()