ocfs2_test_bit    205 fs/ocfs2/blockcheck.c 			if (ocfs2_test_bit(i, data))
ocfs2_test_bit    492 fs/ocfs2/ioctl.c 				used = ocfs2_test_bit(offset,
ocfs2_test_bit    932 fs/ocfs2/localalloc.c 		if (ocfs2_test_bit(start + tmp, bitmap)) {
ocfs2_test_bit    545 fs/ocfs2/move_extents.c 		used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap);
ocfs2_test_bit    917 fs/ocfs2/ocfs2.h 	return ocfs2_test_bit(bit, bitmap);
ocfs2_test_bit    124 fs/ocfs2/reservations.c 		if (ocfs2_test_bit(start, disk_bitmap)) {
ocfs2_test_bit   1257 fs/ocfs2/suballoc.c 	if (ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap))
ocfs2_test_bit   1266 fs/ocfs2/suballoc.c 		ret = !ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap);
ocfs2_test_bit   2790 fs/ocfs2/suballoc.c 	*res = ocfs2_test_bit(bit, (unsigned long *)group->bg_bitmap);