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/fs/exfat/ |
| H A D | balloc.c | 217 if (!test_bit_le(b, sbi->vol_amap[i]->b_data)) in exfat_clear_bitmap() 243 if (!test_bit_le(b, sbi->vol_amap[i]->b_data)) in exfat_test_bitmap()
|
| /linux/fs/minix/ |
| H A D | minix.h | 169 #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/f2fs/ |
| H A D | node.c | 2344 if (!test_bit_le(nat_ofs, nm_i->nat_block_bitmap)) in update_free_nid_bitmap() 2348 if (test_bit_le(nid_ofs, nm_i->free_nid_bitmap[nat_ofs])) in update_free_nid_bitmap() 2353 if (!test_bit_le(nid_ofs, nm_i->free_nid_bitmap[nat_ofs])) in update_free_nid_bitmap() 2520 if (!test_bit_le(i, nm_i->nat_block_bitmap)) in scan_free_nid_bits() 2578 if (!test_bit_le(NAT_BLOCK_OFFSET(nid), in __f2fs_build_free_nids()
|
| H A D | inline.c | 498 if (!test_bit_le(bit_pos, d.bitmap)) { in f2fs_add_inline_entries()
|
| H A D | segment.h | 857 bool is_valid = test_bit_le(0, raw_sit->valid_map) ? true : false; in check_block_count()
|
| H A D | dir.c | 238 if (!test_bit_le(bit_pos, d->bitmap)) { in f2fs_find_target_dentry()
|
| H A D | segment.c | 2254 bool is_valid = test_bit_le(0, entry->discard_map); in f2fs_clear_prefree_segments()
|
| /linux/fs/ext2/ |
| H A D | ext2.h | 818 #define ext2_test_bit test_bit_le
|
| /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()
|
| /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 | 1449 if (!test_bit_le(wbit, bh->b_data)) { in ntfs_trim_fs()
|