Searched refs:ocfs2_test_bit (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs2.h | 885 #define ocfs2_test_bit test_bit_le macro 918 return ocfs2_test_bit(bit, bitmap); in ocfs2_test_bit_unaligned()
|
H A D | blockcheck.c | 205 if (ocfs2_test_bit(i, data)) in ocfs2_hamming_fix()
|
H A D | reservations.c | 121 if (ocfs2_test_bit(start, disk_bitmap)) { in ocfs2_validate_resmap_bits()
|
H A D | suballoc.c | 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() 2789 *res = ocfs2_test_bit(bit, (unsigned long *)group->bg_bitmap); in ocfs2_test_suballoc_bit()
|
H A D | localalloc.c | 932 if (ocfs2_test_bit(start + tmp, bitmap)) {
|
H A D | move_extents.c | 535 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap); in ocfs2_probe_alloc_group()
|
H A D | ioctl.c | 492 used = ocfs2_test_bit(offset, in ocfs2_info_freefrag_scan_chain()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ocfs2.h | 882 #define ocfs2_test_bit test_bit_le macro 915 return ocfs2_test_bit(bit, bitmap); in ocfs2_test_bit_unaligned()
|
H A D | blockcheck.c | 203 if (ocfs2_test_bit(i, data)) in ocfs2_hamming_fix()
|
H A D | reservations.c | 119 if (ocfs2_test_bit(start, disk_bitmap)) { in ocfs2_validate_resmap_bits()
|
H A D | suballoc.c | 1256 if (ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap)) in ocfs2_test_bg_bit_allocatable() 1266 ret = !ocfs2_test_bit(nr, (unsigned long *)bg->bg_bitmap); in ocfs2_test_bg_bit_allocatable() 2787 *res = ocfs2_test_bit(bit, (unsigned long *)group->bg_bitmap); in ocfs2_test_suballoc_bit()
|
H A D | localalloc.c | 930 if (ocfs2_test_bit(start + tmp, bitmap)) {
|
H A D | move_extents.c | 533 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap); in ocfs2_probe_alloc_group()
|
H A D | ioctl.c | 496 used = ocfs2_test_bit(offset, in ocfs2_info_freefrag_scan_chain()
|
Completed in 23 milliseconds