Searched refs:test_bit_le (Results 1 – 10 of 10) 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/fs/exfat/ |
| H A D | balloc.c | 216 if (!test_bit_le(b, sbi->vol_amap[i]->b_data)) in exfat_clear_bitmap() 242 if (!test_bit_le(b, sbi->vol_amap[i]->b_data)) in exfat_test_bitmap()
|
| /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/fs/ocfs2/ |
| H A D | ocfs2.h | 942 #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()
|
| H A D | md-bitmap.c | 1225 set = test_bit_le(bit, paddr); in md_bitmap_file_test_bit() 1417 was_set = test_bit_le(bit, paddr); in md_bitmap_init_from_disk()
|
| /linux/drivers/nvdimm/ |
| H A D | label.c | 520 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 | 1304 #define ext4_test_bit test_bit_le
|