Searched refs:find_next_bit_le (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/arm/include/asm/ |
| H A D | bitops.h | 261 static inline int find_next_bit_le(const void *p, int size, int offset) in find_next_bit_le() function 265 #define find_next_bit_le find_next_bit_le macro
|
| /linux/fs/adfs/ |
| H A D | map.c | 84 fragend = find_next_bit_le(map, endbit, start + idlen); in lookup_zone() 143 fragend = find_next_bit_le(map, endbit, start + idlen); in scan_free_map()
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 95 free_bits = find_next_bit_le(buf, min(end, wend), wpos); in wnd_scan() 607 frb = find_next_bit_le(bh->b_data, wbits, wpos); in wnd_rescan()
|
| H A D | index.c | 507 size_t pos = find_next_bit_le(buf, bits, bit); in scan_for_used() 538 size_t pos = find_next_bit_le(resident_data(b), nbits, from); in indx_used_bit() 2177 pos = find_next_bit_le(bm, nbits, bit); in indx_shrink()
|
| /linux/fs/udf/ |
| H A D | balloc.c | 29 #define udf_find_next_one_bit find_next_bit_le
|
| /linux/drivers/nvdimm/ |
| H A D | label.c | 632 slot = find_next_bit_le(free, nslot, 0); in nd_label_alloc_slot()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_bitmap.c | 1314 i = find_next_bit_le(p_addr, in __bm_find_next()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 1343 #define ext4_find_next_bit find_next_bit_le
|