Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ufs/
Dballoc.c81 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()
Dialloc.c227 ubh_setbit (UCPI_UBH, ucpi->c_iusedoff, bit); in ufs_new_inode()
Dutil.h331 #define ubh_setbit(ubh,begin,bit) \ macro