Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ufs/
Dballoc.c675 location = ubh_scanc(UCPI_UBH, ucpi->c_freeoff + start, length, in ufs_bitmap_search()
680 location = ubh_scanc(UCPI_UBH, ucpi->c_freeoff, length, in ufs_bitmap_search()
Dutil.h499 #define ubh_scanc(ubh,begin,size,table,mask) _ubh_scanc_(uspi,ubh,begin,size,table,mask) macro