Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext2/
Dballoc.c906 ext2_grpblk_t first_free_block; in alloc_new_reservation() local
991 first_free_block = bitmap_search_next_usable_block( in alloc_new_reservation()
995 if (first_free_block < 0) { in alloc_new_reservation()
1007 start_block = first_free_block + group_first_block; in alloc_new_reservation()