Lines Matching refs:bitmap
723 void *bitmap; in ocfs2_claim_local_alloc_bits() local
742 bitmap = la->la_bitmap; in ocfs2_claim_local_alloc_bits()
759 ocfs2_set_bit(start++, bitmap); in ocfs2_claim_local_alloc_bits()
779 void *bitmap; in ocfs2_free_local_alloc_bits() local
789 bitmap = la->la_bitmap; in ocfs2_free_local_alloc_bits()
803 ocfs2_clear_bit(start++, bitmap); in ocfs2_free_local_alloc_bits()
831 void *bitmap = NULL; in ocfs2_local_alloc_find_clear_bits() local
863 bitmap = OCFS2_LOCAL_ALLOC(alloc)->la_bitmap; in ocfs2_local_alloc_find_clear_bits()
867 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) < in ocfs2_local_alloc_find_clear_bits()
919 static void ocfs2_verify_zero_bits(unsigned long *bitmap,
925 if (ocfs2_test_bit(start + tmp, bitmap)) {
952 void *bitmap; in ocfs2_sync_local_to_main() local
970 bitmap = la->la_bitmap; in ocfs2_sync_local_to_main()
975 bit_off = ocfs2_find_next_zero_bit(bitmap, left, start); in ocfs2_sync_local_to_main()