Lines Matching refs:bitmap
724 void *bitmap; in ocfs2_claim_local_alloc_bits() local
743 bitmap = la->la_bitmap; in ocfs2_claim_local_alloc_bits()
760 ocfs2_set_bit(start++, bitmap); in ocfs2_claim_local_alloc_bits()
780 void *bitmap; in ocfs2_free_local_alloc_bits() local
790 bitmap = la->la_bitmap; in ocfs2_free_local_alloc_bits()
804 ocfs2_clear_bit(start++, bitmap); in ocfs2_free_local_alloc_bits()
832 void *bitmap = NULL; in ocfs2_local_alloc_find_clear_bits() local
864 bitmap = OCFS2_LOCAL_ALLOC(alloc)->la_bitmap; in ocfs2_local_alloc_find_clear_bits()
868 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) { in ocfs2_local_alloc_find_clear_bits()
926 static void ocfs2_verify_zero_bits(unsigned long *bitmap,
932 if (ocfs2_test_bit(start + tmp, bitmap)) {
959 void *bitmap; in ocfs2_sync_local_to_main() local
977 bitmap = la->la_bitmap; in ocfs2_sync_local_to_main()
981 while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start)) in ocfs2_sync_local_to_main()