Searched refs:ubh_setbit (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/ufs/ |
D | balloc.c | 81 ubh_setbit (UCPI_UBH, ucpi->c_freeoff, i); in ufs_free_fragments() 553 ubh_setbit (UCPI_UBH, ucpi->c_freeoff, goal + i); in ufs_alloc_fragments() 736 ubh_setbit(UCPI_UBH, ucpi->c_clusteroff, blkno); in ufs_clusteracct()
|
D | ialloc.c | 227 ubh_setbit (UCPI_UBH, ucpi->c_iusedoff, bit); in ufs_new_inode()
|
D | util.h | 331 #define ubh_setbit(ubh,begin,bit) \ macro
|