Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext2/
Dballoc.c912 ext2_grpblk_t first_free_block; in alloc_new_reservation() local
997 first_free_block = bitmap_search_next_usable_block( in alloc_new_reservation()
1001 if (first_free_block < 0) { in alloc_new_reservation()
1013 start_block = first_free_block + group_first_block; in alloc_new_reservation()
/linux-3.4.99/fs/ext3/
Dballoc.c1118 ext3_grpblk_t first_free_block; in alloc_new_reservation() local
1206 first_free_block = bitmap_search_next_usable_block( in alloc_new_reservation()
1210 if (first_free_block < 0) { in alloc_new_reservation()
1222 start_block = first_free_block + group_first_block; in alloc_new_reservation()