Lines Matching defs:bit
112 u8 pass, done_zones, search_zone, need_writeback, bit;
204 * bmp_pos is the current bit position inside the bitmap. We use
263 bit = 1 << (lcn & 7);
264 ntfs_log_trace("bit = %i.\n", bit);
265 /* If the bit is already set, go onto the next one. */
266 if (*byte & bit) {
275 ntfs_log_trace("First free bit is at LCN = "
289 /* Allocate the bitmap bit. */
290 *byte |= bit;