Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dbitops.h179 #define ext2_find_next_zero_bit find_next_zero_bit macro
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dbitops.h158 #define ext2_find_next_zero_bit find_next_zero_bit macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dbitops.h182 #define ext2_find_next_zero_bit find_next_zero_bit macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dbitops.h832 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/x86/include/asm/
H A Dbitops.h397 #define ext2_find_next_zero_bit find_next_zero_bit macro
/OK3568_Linux_fs/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
/OK3568_Linux_fs/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
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h832 #define ext2_find_next_zero_bit find_next_zero_bit_le macro