Searched refs:bi (Results 1 – 1 of 1) sorted by relevance
146 for (int bi = 0; bi < 8; bi++) { in O2FSBAlloc() local147 if (((bitmap[b] >> bi) & 0x1) == 0) { in O2FSBAlloc()149 bitmap[b] |= (1 << bi); in O2FSBAlloc()160 uint64_t blk = fs->blksize*8*i + 8*b + bi; in O2FSBAlloc()