Searched refs:ubh_isclr (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ufs/
H A Dialloc.c96 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit))
260 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit))
H A Dballoc.c80 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, i))
536 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i))
546 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i))
H A Dutil.h380 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) macro

Completed in 91 milliseconds