Searched refs:test_bit_le (Results 1 – 11 of 11) sorted by relevance
| /linux/include/asm-generic/bitops/ |
| H A D | le.h | 19 static inline int test_bit_le(unsigned long nr, const void *addr) in test_bit_le() function
|
| /linux/fs/minix/ |
| H A D | minix.h | 171 #define minix_test_bit test_bit_le
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | dirty_log_test.c | 49 # define test_bit_le(nr, addr) \ macro 60 # define test_bit_le test_bit macro
|
| /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/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/drivers/md/ |
| H A D | dm-log.c | 263 return test_bit_le(bit, bs) ? 1 : 0; in log_test_bit()
|
| H A D | md-bitmap.c | 1227 set = test_bit_le(bit, paddr); in md_bitmap_file_test_bit() 1419 was_set = test_bit_le(bit, paddr); in md_bitmap_init_from_disk()
|
| /linux/fs/udf/ |
| H A D | balloc.c | 28 #define udf_test_bit test_bit_le
|
| /linux/drivers/nvdimm/ |
| H A D | label.c | 531 if (test_bit_le(i, nsindex->free)) { in nd_label_data_init()
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 1466 if (!test_bit_le(wbit, bh->b_data)) { in ntfs_trim_fs()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 1341 #define ext4_test_bit test_bit_le
|