Searched refs:bitmap_search_next_usable_block (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ext2/ |
D | balloc.c | 579 bitmap_search_next_usable_block(ext2_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block() function 637 here = bitmap_search_next_usable_block(here, bh, maxblocks); in find_next_usable_block() 989 first_free_block = bitmap_search_next_usable_block( in alloc_new_reservation()
|
/linux-4.1.27/fs/ext3/ |
D | balloc.c | 741 bitmap_search_next_usable_block(ext3_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block() function 816 here = bitmap_search_next_usable_block(here, bh, maxblocks); in find_next_usable_block() 1206 first_free_block = bitmap_search_next_usable_block( in alloc_new_reservation() 1967 start = bitmap_search_next_usable_block(start, bitmap_bh, max); in ext3_trim_all_free()
|