Home
last modified time | relevance | path

Searched refs:ubh_find_first_zero_bit (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ufs/
H A Dialloc.c251 bit = ubh_find_first_zero_bit (UCPI_UBH(ucpi), ucpi->c_iusedoff, start); in ufs_new_inode()
H A Dutil.h384 #define ubh_find_first_zero_bit(ubh,begin,size) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,0) macro