Searched refs:free_space_bytes (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/tests/
H A Dfree-space-tests.c859 for (node = rb_first_cached(&ctl->free_space_bytes), i = 9; node;
882 for (node = rb_first_cached(&ctl->free_space_bytes), i = 1; node;
939 entry = rb_entry(rb_first_cached(&ctl->free_space_bytes),
964 entry = rb_entry(rb_first_cached(&ctl->free_space_bytes),
979 entry = rb_entry(rb_first_cached(&ctl->free_space_bytes),
/linux-master/fs/btrfs/
H A Dfree-space-cache.h73 struct rb_root_cached free_space_bytes; member in struct:btrfs_free_space_ctl
H A Dfree-space-cache.c1824 rb_erase_cached(&info->bytes_index, &ctl->free_space_bytes);
1848 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less);
1874 rb_erase_cached(&info->bytes_index, &ctl->free_space_bytes);
1875 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less);
2024 node = rb_first_cached(&ctl->free_space_bytes);
2956 ctl->free_space_bytes = RB_ROOT_CACHED;
3021 rb_add_cached(&entry->bytes_index, &ctl->free_space_bytes,
3385 rb_erase_cached(&entry->bytes_index, &ctl->free_space_bytes);
3487 rb_erase_cached(&entry->bytes_index, &ctl->free_space_bytes);

Completed in 93 milliseconds