Searched refs:ubh_setbit (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/ufs/ |
D | balloc.c | 81 ubh_setbit (UCPI_UBH(ucpi), ucpi->c_freeoff, i); in ufs_free_fragments() 657 ubh_setbit (UCPI_UBH(ucpi), ucpi->c_freeoff, goal + i); in ufs_alloc_fragments() 878 ubh_setbit(UCPI_UBH(ucpi), ucpi->c_clusteroff, blkno); in ufs_clusteracct()
|
D | ialloc.c | 261 ubh_setbit (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit); in ufs_new_inode()
|
D | util.h | 373 #define ubh_setbit(ubh,begin,bit) \ macro
|