mb_find_next_zero_bit  726 fs/ext4/mballoc.c 	i = mb_find_next_zero_bit(bitmap, max, 0);
mb_find_next_zero_bit  739 fs/ext4/mballoc.c 			i = mb_find_next_zero_bit(bitmap, max, i);
mb_find_next_zero_bit 1308 fs/ext4/mballoc.c 				zero_bit = cur + mb_find_next_zero_bit(addr, 32, 0);
mb_find_next_zero_bit 1903 fs/ext4/mballoc.c 		k = mb_find_next_zero_bit(buddy, max, 0);
mb_find_next_zero_bit 1945 fs/ext4/mballoc.c 		i = mb_find_next_zero_bit(bitmap,
mb_find_next_zero_bit 3836 fs/ext4/mballoc.c 		bit = mb_find_next_zero_bit(bitmap_bh->b_data, end, bit);
mb_find_next_zero_bit 5205 fs/ext4/mballoc.c 		start = mb_find_next_zero_bit(bitmap, max + 1, start);
mb_find_next_zero_bit 5369 fs/ext4/mballoc.c 		start = mb_find_next_zero_bit(bitmap, end + 1, start);