Searched refs:ubh_clrbit (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | ialloc.c | 99 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit); in ufs_free_inode()
|
H A D | balloc.c | 562 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()
|
H A D | util.h | 382 #define ubh_clrbit(ubh,begin,bit) \ macro
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | ialloc.c | 99 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit); in ufs_free_inode()
|
H A D | balloc.c | 558 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 D | util.h | 376 #define ubh_clrbit(ubh,begin,bit) \ macro
|
Completed in 7 milliseconds