Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext3/
Dballoc.c720 static int ext3_test_allocatable(ext3_grpblk_t nr, struct buffer_head *bh) in ext3_test_allocatable() function
758 if (ext3_test_allocatable(next, bh)) in bitmap_search_next_usable_block()
802 if (here < end_goal && ext3_test_allocatable(here, bh)) in find_next_usable_block()
815 if (next < maxblocks && next >= start && ext3_test_allocatable(next, bh)) in find_next_usable_block()
918 if (grp_goal < 0 || !ext3_test_allocatable(grp_goal, bitmap_bh)) { in ext3_try_to_allocate()
926 ext3_test_allocatable(grp_goal - 1, in ext3_try_to_allocate()
949 && ext3_test_allocatable(grp_goal, bitmap_bh) in ext3_try_to_allocate()