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

/linux-4.1.27/fs/ext2/
H A Dballoc.c904 ext2_grpblk_t first_free_block; alloc_new_reservation() local
989 first_free_block = bitmap_search_next_usable_block( alloc_new_reservation()
993 if (first_free_block < 0) { alloc_new_reservation()
1005 start_block = first_free_block + group_first_block; alloc_new_reservation()
/linux-4.1.27/fs/ext3/
H A Dballoc.c1118 ext3_grpblk_t first_free_block; alloc_new_reservation() local
1206 first_free_block = bitmap_search_next_usable_block( alloc_new_reservation()
1210 if (first_free_block < 0) { alloc_new_reservation()
1222 start_block = first_free_block + group_first_block; alloc_new_reservation()

Completed in 119 milliseconds