Home
last modified time | relevance | path

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

/openbmc/linux/fs/ufs/
H A Dballoc.c558 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i); in ufs_add_fragments()
674 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_freeoff, result + i); in ufs_alloc_fragments()
880 ubh_clrbit(UCPI_UBH(ucpi), ucpi->c_clusteroff, blkno); in ufs_clusteracct()
H A Dialloc.c99 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit); in ufs_free_inode()
H A Dutil.h376 #define ubh_clrbit(ubh,begin,bit) \ macro