Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ufs/
Dballoc.c448 ubh_clrbit (UCPI_UBH, ucpi->c_freeoff, fragno + i); in ufs_add_fragments()
572 ubh_clrbit (UCPI_UBH, ucpi->c_freeoff, result + i); in ufs_alloc_fragments()
738 ubh_clrbit(UCPI_UBH, ucpi->c_clusteroff, blkno); in ufs_clusteracct()
Dialloc.c109 ubh_clrbit (UCPI_UBH, ucpi->c_iusedoff, bit); in ufs_free_inode()
Dutil.h334 #define ubh_clrbit(ubh,begin,bit) \ macro