Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ufs/
Dballoc.c562 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i); in ufs_add_fragments()
678 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_freeoff, result + i); in ufs_alloc_fragments()
884 ubh_clrbit(UCPI_UBH(ucpi), ucpi->c_clusteroff, blkno); in ufs_clusteracct()
Dialloc.c99 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit); in ufs_free_inode()
Dutil.h382 #define ubh_clrbit(ubh,begin,bit) \ macro