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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ufs/
H A Dialloc.c97 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit))
262 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit))
H A Dballoc.c80 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, i))
532 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i))
539 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i))
H A Dutil.h392 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ufs/
H A Dialloc.c97 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit))
262 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit))
H A Dballoc.c80 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, i))
532 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i))
539 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i))
H A Dutil.h392 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) macro

Completed in 124 milliseconds