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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dialloc.c102 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit))
271 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit))
H A Dballoc.c80 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, i))
540 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i))
547 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i))
H A Dutil.h366 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) macro

Completed in 271 milliseconds