Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext2/
Dballoc.c879 ext2_grpblk_t first_free_block; in alloc_new_reservation() local
964 first_free_block = bitmap_search_next_usable_block( in alloc_new_reservation()
968 if (first_free_block < 0) { in alloc_new_reservation()
980 start_block = first_free_block + group_first_block; in alloc_new_reservation()