Home
last modified time | relevance | path

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 Dbitops.h830 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 Dbitops.h325 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 Dbitops.h302 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 Dbitops.h158 #define ext2_find_next_zero_bit find_next_zero_bit macro
/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/arm/include/asm/
H A Dbitops.h182 #define ext2_find_next_zero_bit find_next_zero_bit 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/net/
H A Dtftp.c394 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 Dballoc.c102 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 Dialloc.c480 ino = ext2_find_next_zero_bit((unsigned long *)bitmap_bh->b_data, in ext2_new_inode()
H A Dext2.h832 #define ext2_find_next_zero_bit find_next_zero_bit_le macro