Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ufs/
H A Dialloc.c249 bit = ubh_find_next_zero_bit (UCPI_UBH(ucpi), ucpi->c_iusedoff, uspi->s_ipg, start); in ufs_new_inode()
H A Dutil.h392 #define ubh_find_next_zero_bit(ubh,begin,size,offset) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,… macro
H A Dballoc.c893 i = ubh_find_next_zero_bit (UCPI_UBH(ucpi), ucpi->c_clusteroff, end, start); in ufs_clusteracct()