Searched refs:find_next_zero_bit_le (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/arm/include/asm/ |
| H A D | bitops.h | 255 static inline int find_next_zero_bit_le(const void *p, int size, int offset) in find_next_zero_bit_le() function 259 #define find_next_zero_bit_le find_next_zero_bit_le macro
|
| /linux/drivers/nvdimm/ |
| H A D | label.c | 303 for ((bit) = find_next_zero_bit_le((addr), (size), 0); \ 305 (bit) = find_next_zero_bit_le((addr), (size), (bit) + 1))
|
| /linux/fs/ext2/ |
| H A D | ext2.h | 820 #define ext2_find_next_zero_bit find_next_zero_bit_le
|
| /linux/fs/ufs/ |
| H A D | util.h | 394 pos = find_next_zero_bit_le(ubh->bh[base]->b_data, count, offset); in _ubh_find_next_zero_bit_()
|
| /linux/fs/ocfs2/ |
| H A D | ocfs2.h | 943 #define ocfs2_find_next_zero_bit find_next_zero_bit_le
|
| /linux/drivers/md/ |
| H A D | dm-log.c | 751 *region = find_next_zero_bit_le(lc->sync_bits, in core_get_resync_work()
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 69 u32 used = find_next_zero_bit_le(buf, wend, wpos); in wnd_scan() 575 used = find_next_zero_bit_le(bh->b_data, wbits, wpos); in wnd_rescan()
|
| /linux/fs/f2fs/ |
| H A D | segment.h | 865 next_pos = find_next_zero_bit_le(&raw_sit->valid_map, in check_block_count()
|
| H A D | dir.c | 625 zero_start = find_next_zero_bit_le(bitmap, max_slots, bit_start); in f2fs_room_for_filename()
|
| H A D | segment.c | 2258 next_pos = find_next_zero_bit_le(entry->discard_map, in f2fs_clear_prefree_segments()
|
| /linux/drivers/media/rc/ |
| H A D | ite-cir.c | 154 next_zero = find_next_zero_bit_le(ldata, size, next_one + 1); in ite_decode_bytes()
|
| /linux/fs/btrfs/ |
| H A D | free-space-tree.c | 441 end_bit = find_next_zero_bit_le(bitmap, nrbits, start_bit); in btrfs_convert_free_space_to_extents()
|