Lines Matching refs:bitmap
737 void *bitmap; in ocfs2_claim_local_alloc_bits() local
756 bitmap = la->la_bitmap; in ocfs2_claim_local_alloc_bits()
773 ocfs2_set_bit(start++, bitmap); in ocfs2_claim_local_alloc_bits()
793 void *bitmap; in ocfs2_free_local_alloc_bits() local
803 bitmap = la->la_bitmap; in ocfs2_free_local_alloc_bits()
817 ocfs2_clear_bit(start++, bitmap); in ocfs2_free_local_alloc_bits()
845 void *bitmap = NULL; in ocfs2_local_alloc_find_clear_bits() local
877 bitmap = OCFS2_LOCAL_ALLOC(alloc)->la_bitmap; in ocfs2_local_alloc_find_clear_bits()
882 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) { in ocfs2_local_alloc_find_clear_bits()
940 static void ocfs2_verify_zero_bits(unsigned long *bitmap,
946 if (ocfs2_test_bit(start + tmp, bitmap)) {
973 void *bitmap; in ocfs2_sync_local_to_main() local
991 bitmap = la->la_bitmap; in ocfs2_sync_local_to_main()
995 while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start)) in ocfs2_sync_local_to_main()