Home
last modified time | relevance | path

Searched defs:ext2_find_next_zero_bit (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/riscv/include/asm/
H A Dbitops.h165 #define ext2_find_next_zero_bit find_next_zero_bit macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dbitops.h183 #define ext2_find_next_zero_bit find_next_zero_bit macro
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dbitops.h158 #define ext2_find_next_zero_bit find_next_zero_bit macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dbitops.h168 #define ext2_find_next_zero_bit find_next_zero_bit macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dbitops.h831 static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, unsigned long size, unsigned lo… in ext2_find_next_zero_bit() function
887 #define ext2_find_next_zero_bit(addr, size, offset) \ macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dbitops.h399 #define ext2_find_next_zero_bit find_next_zero_bit macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbitops.h327 static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, in ext2_find_next_zero_bit() function
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h304 static inline unsigned long ext2_find_next_zero_bit(void *addr, in ext2_find_next_zero_bit() function
/openbmc/linux/fs/ext2/
H A Dext2.h824 #define ext2_find_next_zero_bit find_next_zero_bit_le macro