Searched refs:ext4_find_next_zero_bit (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dballoc.c270 next_zero_bit = ext4_find_next_zero_bit(bh->b_data,
H A Dialloc.c871 ino = ext4_find_next_zero_bit((unsigned long *)
H A Dext4.h904 #define ext4_find_next_zero_bit ext2_find_next_zero_bit macro
H A Dmballoc.c390 ret = ext4_find_next_zero_bit(addr, tmpmax, start) - fix;

Completed in 114 milliseconds