Searched refs:ubh_setbit (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | ialloc.c | 261 ubh_setbit (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit); in ufs_new_inode()
|
H A D | balloc.c | 81 ubh_setbit (UCPI_UBH(ucpi), ucpi->c_freeoff, i); in ufs_free_fragments() 661 ubh_setbit (UCPI_UBH(ucpi), ucpi->c_freeoff, goal + i); in ufs_alloc_fragments() 882 ubh_setbit(UCPI_UBH(ucpi), ucpi->c_clusteroff, blkno); in ufs_clusteracct()
|
H A D | util.h | 379 #define ubh_setbit(ubh,begin,bit) \ macro
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | ialloc.c | 261 ubh_setbit (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit); in ufs_new_inode()
|
H A 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()
|
H A D | util.h | 373 #define ubh_setbit(ubh,begin,bit) \ macro
|
Completed in 6 milliseconds