Searched refs:ext2_test_bit (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | bitops.h | 312 static __inline__ int ext2_test_bit(int nr, __const__ void * addr) in ext2_test_bit() function 367 #define minix_test_bit(nr,addr) ext2_test_bit(nr,addr)
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | bitops.h | 163 #define ext2_test_bit test_bit macro
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | bitops.h | 156 #define ext2_test_bit test_bit macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | bitops.h | 181 #define ext2_test_bit test_bit macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | bitops.h | 166 #define ext2_test_bit test_bit macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | bitops.h | 818 static __inline__ int ext2_test_bit(int nr, const void * addr) in ext2_test_bit() function 885 #define ext2_test_bit(nr, addr) test_bit((nr), (addr)) macro
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | bitops.h | 397 #define ext2_test_bit test_bit macro
|
/openbmc/linux/fs/ext2/ |
H A D | balloc.c | 89 !ext2_test_bit(offset, bh->b_data)) in ext2_valid_block_bitmap() 97 !ext2_test_bit(offset, bh->b_data)) in ext2_valid_block_bitmap() 699 !ext2_test_bit(grp_goal - 1, in ext2_try_to_allocate()
|
H A D | ext2.h | 822 #define ext2_test_bit test_bit_le macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | bitops.h | 291 static inline int ext2_test_bit(int nr, const volatile void *addr) in ext2_test_bit() function
|