Searched refs:ubh_isclr (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/ufs/ |
D | ialloc.c | 96 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit)) in ufs_free_inode() 260 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_iusedoff, bit)) in ufs_new_inode()
|
D | balloc.c | 80 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, i)) in ufs_free_fragments() 542 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i)) in ufs_add_fragments() 552 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i)) in ufs_add_fragments()
|
D | util.h | 388 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) macro
|