Searched refs:free_space_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/btrfs/tests/ |
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-6.1.9/fs/btrfs/ |
D | free-space-cache.h | 49 struct rb_root_cached free_space_bytes; member
|
D | free-space-cache.c | 1808 rb_erase_cached(&info->bytes_index, &ctl->free_space_bytes); in unlink_free_space() 1831 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less); in link_free_space() 1855 rb_erase_cached(&info->bytes_index, &ctl->free_space_bytes); in relink_bitmap_entry() 1856 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less); in relink_bitmap_entry() 2005 node = rb_first_cached(&ctl->free_space_bytes); in find_free_space() 2934 ctl->free_space_bytes = RB_ROOT_CACHED; in btrfs_init_free_space_ctl() 3000 rb_add_cached(&entry->bytes_index, &ctl->free_space_bytes, in __btrfs_return_cluster_to_free_space() 3365 rb_erase_cached(&entry->bytes_index, &ctl->free_space_bytes); in btrfs_bitmap_cluster() 3466 rb_erase_cached(&entry->bytes_index, &ctl->free_space_bytes); in setup_cluster_no_bitmap()
|