Searched refs:free_space_bytes (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/tests/ |
H A D | free-space-tests.c | 859 for (node = rb_first_cached(&ctl->free_space_bytes), i = 9; node; in test_bytes_index() 882 for (node = rb_first_cached(&ctl->free_space_bytes), i = 1; node; in test_bytes_index() 939 entry = rb_entry(rb_first_cached(&ctl->free_space_bytes), in test_bytes_index() 964 entry = rb_entry(rb_first_cached(&ctl->free_space_bytes), in test_bytes_index() 979 entry = rb_entry(rb_first_cached(&ctl->free_space_bytes), in test_bytes_index()
|
/linux/fs/btrfs/ |
H A D | free-space-cache.h | 79 struct rb_root_cached free_space_bytes; member
|
H A D | free-space-cache.c | 1828 rb_erase_cached(&info->bytes_index, &ctl->free_space_bytes); in unlink_free_space() 1852 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less); in link_free_space() 1878 rb_erase_cached(&info->bytes_index, &ctl->free_space_bytes); in relink_bitmap_entry() 1879 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less); in relink_bitmap_entry() 2028 node = rb_first_cached(&ctl->free_space_bytes); in find_free_space() 2963 ctl->free_space_bytes = RB_ROOT_CACHED; in btrfs_init_free_space_ctl() 3028 rb_add_cached(&entry->bytes_index, &ctl->free_space_bytes, in __btrfs_return_cluster_to_free_space() 3392 rb_erase_cached(&entry->bytes_index, &ctl->free_space_bytes); in btrfs_bitmap_cluster() 3494 rb_erase_cached(&entry->bytes_index, &ctl->free_space_bytes); in setup_cluster_no_bitmap()
|