Home
last modified time | relevance | path

Searched refs:ubh_find_next_zero_bit (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/ufs/
Dialloc.c216 bit = ubh_find_next_zero_bit (UCPI_UBH, ucpi->c_iusedoff, uspi->s_ipg, start); in ufs_new_inode()
Dutil.h344 #define ubh_find_next_zero_bit(ubh,begin,size,offset) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,… macro
Dballoc.c747 i = ubh_find_next_zero_bit (UCPI_UBH, ucpi->c_clusteroff, end, start); in ufs_clusteracct()