Searched refs:ocfs2_test_bit (Results 1 – 7 of 7) sorted by relevance
887 #define ocfs2_test_bit test_bit_le macro920 return ocfs2_test_bit(bit, bitmap); in ocfs2_test_bit_unaligned()
205 if (ocfs2_test_bit(i, data)) in ocfs2_hamming_fix()
121 if (ocfs2_test_bit(start, disk_bitmap)) { in ocfs2_validate_resmap_bits()
1258 if (ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap)) in ocfs2_test_bg_bit_allocatable()1268 ret = !ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap); in ocfs2_test_bg_bit_allocatable()2788 *res = ocfs2_test_bit(bit, (unsigned long *)group->bg_bitmap); in ocfs2_test_suballoc_bit()
492 used = ocfs2_test_bit(offset, in ocfs2_info_freefrag_scan_chain()
545 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap); in ocfs2_probe_alloc_group()
932 if (ocfs2_test_bit(start + tmp, bitmap)) {