Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ufs/
Dialloc.c106 if (ubh_isclr (UCPI_UBH, ucpi->c_iusedoff, bit)) in ufs_free_inode()
226 if (ubh_isclr (UCPI_UBH, ucpi->c_iusedoff, bit)) in ufs_new_inode()
Dballoc.c80 if (ubh_isclr (UCPI_UBH, ucpi->c_freeoff, i)) in ufs_free_fragments()
431 if (ubh_isclr (UCPI_UBH, ucpi->c_freeoff, fragno + i)) in ufs_add_fragments()
438 if (ubh_isclr (UCPI_UBH, ucpi->c_freeoff, fragno + i)) in ufs_add_fragments()
Dutil.h340 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) macro