Searched refs:test_bit_le (Results 1 – 14 of 14) sorted by relevance
/linux/include/asm-generic/bitops/ |
H A D | le.h | 19 static inline int test_bit_le(int nr, const void *addr) in test_bit_le() function
|
/linux/tools/testing/selftests/kvm/ |
H A D | dirty_log_test.c | 46 # define test_bit_le(nr, addr) \ macro 57 # define test_bit_le test_bit macro 561 TEST_ASSERT(test_bit_le(page, bmap), in vm_dirty_log_verify()
|
/linux/fs/minix/ |
H A D | minix.h | 166 #define minix_test_bit test_bit_le
|
/linux/net/rds/ |
H A D | cong.c | 335 return test_bit_le(off, (void *)map->m_page_addrs[i]); in rds_cong_test_bit()
|
/linux/fs/exfat/ |
H A D | balloc.c | 159 if (!test_bit_le(b, sbi->vol_amap[i]->b_data)) in exfat_clear_bitmap()
|
/linux/fs/ext2/ |
H A D | ext2.h | 817 #define ext2_test_bit test_bit_le
|
/linux/drivers/block/drbd/ |
H A D | drbd_bitmap.c | 1598 i = test_bit_le(bitnr & BITS_PER_PAGE_MASK, p_addr) ? 1 : 0; in drbd_bm_test_bit() 1642 c += (0 != test_bit_le(bitnr - (page_nr << (PAGE_SHIFT+3)), p_addr)); in drbd_bm_count_bits()
|
/linux/fs/ocfs2/ |
H A D | ocfs2.h | 909 #define ocfs2_test_bit test_bit_le
|
/linux/drivers/md/ |
H A D | dm-log.c | 263 return test_bit_le(bit, bs) ? 1 : 0; in log_test_bit()
|
/linux/fs/f2fs/ |
H A D | inline.c | 498 if (!test_bit_le(bit_pos, d.bitmap)) { in f2fs_add_inline_entries()
|
H A D | dir.c | 223 if (!test_bit_le(bit_pos, d->bitmap)) { in f2fs_find_target_dentry()
|
/linux/drivers/nvdimm/ |
H A D | label.c | 519 if (test_bit_le(i, nsindex->free)) { in nd_label_data_init()
|
/linux/fs/ntfs3/ |
H A D | bitmap.c | 1448 if (!test_bit_le(wbit, bh->b_data)) { in ntfs_trim_fs()
|
/linux/fs/ext4/ |
H A D | ext4.h | 1276 #define ext4_test_bit test_bit_le
|