mb_find_next_zero_bit  675 fs/ext4/mballoc.c 	i = mb_find_next_zero_bit(bitmap, max, 0);
mb_find_next_zero_bit  688 fs/ext4/mballoc.c 			i = mb_find_next_zero_bit(bitmap, max, i);
mb_find_next_zero_bit 1530 fs/ext4/mballoc.c 		k = mb_find_next_zero_bit(buddy, max, 0);
mb_find_next_zero_bit 1570 fs/ext4/mballoc.c 		i = mb_find_next_zero_bit(bitmap,
mb_find_next_zero_bit 3599 fs/ext4/mballoc.c 		bit = mb_find_next_zero_bit(bitmap_bh->b_data, end, bit);