Searched refs:ext2_find_next_zero_bit (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | bitops.h | 830 ext2_find_next_zero_bit((addr), (size), 0) 832 static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, unsigned long size, unsigned lo… in ext2_find_next_zero_bit() function 888 #define ext2_find_next_zero_bit(addr, size, offset) \ macro
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 325 ext2_find_next_zero_bit((addr), (size), 0) 327 static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, in ext2_find_next_zero_bit() function
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | bitops.h | 302 ext2_find_next_zero_bit((addr), (size), 0) 304 static inline unsigned long ext2_find_next_zero_bit(void *addr, in ext2_find_next_zero_bit() function
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | bitops.h | 158 #define ext2_find_next_zero_bit find_next_zero_bit macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | bitops.h | 179 #define ext2_find_next_zero_bit find_next_zero_bit macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | bitops.h | 182 #define ext2_find_next_zero_bit find_next_zero_bit macro
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | bitops.h | 397 #define ext2_find_next_zero_bit find_next_zero_bit macro
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | tftp.c | 394 tftp_cur_block = ext2_find_next_zero_bit( in tftp_send() 623 tftp_mcast_prev_hole = ext2_find_next_zero_bit( in tftp_handler()
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | balloc.c | 102 next_zero_bit = ext2_find_next_zero_bit(bh->b_data, in ext2_valid_block_bitmap() 582 next = ext2_find_next_zero_bit(bh->b_data, maxblocks, start); in bitmap_search_next_usable_block() 618 here = ext2_find_next_zero_bit(bh->b_data, end_goal, start); in find_next_usable_block()
|
| H A D | ialloc.c | 480 ino = ext2_find_next_zero_bit((unsigned long *)bitmap_bh->b_data, in ext2_new_inode()
|
| H A D | ext2.h | 832 #define ext2_find_next_zero_bit find_next_zero_bit_le macro
|