Searched refs:find_next_zero_bit_le (Results 1 – 8 of 8) 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/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/fs/ntfs3/ |
| H A D | bitmap.c | 69 u32 used = find_next_zero_bit_le(buf, wend, wpos); in wnd_scan() 591 used = find_next_zero_bit_le(bh->b_data, wbits, wpos); in wnd_rescan()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_bitmap.c | 1311 i = find_next_zero_bit_le(p_addr, in __bm_find_next()
|
| /linux/fs/btrfs/ |
| H A D | free-space-tree.c | 447 end_bit = find_next_zero_bit_le(bitmap, nrbits, start_bit); in btrfs_convert_free_space_to_extents()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 1302 #define ext4_find_next_zero_bit find_next_zero_bit_le
|