Searched refs:next_used (Results 1 – 1 of 1) sorted by relevance
186 unsigned long next_used; in mark_used() local190 next_used = find_next_bit(bitmap, bitmap_size, cluster_index); in mark_used()191 if (next_used < (uint64_t)cluster_index + count) { in mark_used()312 int64_t next_used; in allocate_clusters() local313 next_used = find_next_bit(s->used_bmap, s->used_bmap_size, first_free); in allocate_clusters()316 if (next_used - first_free < to_allocate) { in allocate_clusters()317 to_allocate = next_used - first_free; in allocate_clusters()