Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Docfs2.h897 #define ocfs2_test_bit test_bit_le macro
930 return ocfs2_test_bit(bit, bitmap); in ocfs2_test_bit_unaligned()
Dblockcheck.c213 if (ocfs2_test_bit(i, data)) in ocfs2_hamming_fix()
Dreservations.c132 if (ocfs2_test_bit(start, disk_bitmap)) { in ocfs2_validate_resmap_bits()
Dsuballoc.c1271 if (ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap)) in ocfs2_test_bg_bit_allocatable()
1280 ret = !ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap); in ocfs2_test_bg_bit_allocatable()
2804 *res = ocfs2_test_bit(bit, (unsigned long *)group->bg_bitmap); in ocfs2_test_suballoc_bit()
Dioctl.c499 used = ocfs2_test_bit(offset, in ocfs2_info_freefrag_scan_chain()
Dmove_extents.c543 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap); in ocfs2_probe_alloc_group()
Dlocalalloc.c948 if (ocfs2_test_bit(start + tmp, bitmap)) {