Home
last modified time | relevance | path

Searched refs:ocfs2_test_bit (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ocfs2/
H A Docfs2.h924 #define ocfs2_test_bit test_bit_le macro
957 return ocfs2_test_bit(bit, bitmap); in ocfs2_test_bit_unaligned()
H A Dblockcheck.c203 if (ocfs2_test_bit(i, data)) in ocfs2_hamming_fix()
H A Dsuballoc.c1262 if (ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap)) in ocfs2_test_bg_bit_allocatable()
1272 ret = !ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap); in ocfs2_test_bg_bit_allocatable()
2890 *res = ocfs2_test_bit(bit, (unsigned long *)group->bg_bitmap); in ocfs2_test_suballoc_bit()
H A Dioctl.c497 used = ocfs2_test_bit(offset, in ocfs2_info_freefrag_scan_chain()
H A Dmove_extents.c533 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap); in ocfs2_probe_alloc_group()
H A Dlocalalloc.c925 if (ocfs2_test_bit(start + tmp, bitmap)) {