Home
last modified time | relevance | path

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

/fs/ext2/
Dballoc.c586 bitmap_search_next_usable_block(ext2_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block() function
644 here = bitmap_search_next_usable_block(here, bh, maxblocks); in find_next_usable_block()
997 first_free_block = bitmap_search_next_usable_block( in alloc_new_reservation()
/fs/ext3/
Dballoc.c731 bitmap_search_next_usable_block(ext3_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block() function
806 here = bitmap_search_next_usable_block(here, bh, maxblocks); in find_next_usable_block()
1192 first_free_block = bitmap_search_next_usable_block( in alloc_new_reservation()