ocfs2_find_next_zero_bit 7512 fs/ocfs2/alloc.c 		start = ocfs2_find_next_zero_bit(bitmap, max, start);
ocfs2_find_next_zero_bit  868 fs/ocfs2/localalloc.c 	while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) {
ocfs2_find_next_zero_bit  981 fs/ocfs2/localalloc.c 	while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start))
ocfs2_find_next_zero_bit  928 fs/ocfs2/ocfs2.h 	ret = ocfs2_find_next_zero_bit(bitmap, tmpmax, start) - fix;
ocfs2_find_next_zero_bit  423 fs/ocfs2/reservations.c 	while ((offset = ocfs2_find_next_zero_bit(bitmap, resmap->m_bitmap_len,
ocfs2_find_next_zero_bit 1292 fs/ocfs2/suballoc.c 	while((offset = ocfs2_find_next_zero_bit(bitmap, total_bits, start)) != -1) {