Searched refs:ocfs2_test_bit (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/ocfs2/
H A Docfs2.h882 #define ocfs2_test_bit test_bit_le macro
915 return ocfs2_test_bit(bit, bitmap);
H A Dblockcheck.c203 if (ocfs2_test_bit(i, data))
H A Dreservations.c119 if (ocfs2_test_bit(start, disk_bitmap)) {
H A Dsuballoc.c1256 if (ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap))
1266 ret = !ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap);
2787 *res = ocfs2_test_bit(bit, (unsigned long *)group->bg_bitmap);
H A Dioctl.c496 used = ocfs2_test_bit(offset,
H A Dlocalalloc.c930 if (ocfs2_test_bit(start + tmp, bitmap)) {
H A Dmove_extents.c533 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap);

Completed in 155 milliseconds