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/ocfs2/ |
| H A D | ocfs2.h | 944 #define ocfs2_find_next_bit find_next_bit_le
|
| /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()
|
| /linux/fs/btrfs/ |
| H A D | free-space-tree.c | 444 start_bit = find_next_bit_le(bitmap, nrbits, 0); in btrfs_convert_free_space_to_extents() 463 start_bit = find_next_bit_le(bitmap, nrbits, end_bit); in btrfs_convert_free_space_to_extents()
|
| /linux/drivers/nvdimm/ |
| H A D | label.c | 621 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 | 1303 #define ext4_find_next_bit find_next_bit_le
|