Searched refs:ubh_clrbit (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/ufs/ | 
| 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()
  | 
| D | ialloc.c | 99 		ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit);  in ufs_free_inode()
  | 
| D | util.h | 382 #define ubh_clrbit(ubh,begin,bit) \  macro
  |