Lines Matching defs:bit_word
147 * @bit_word: Passes back the word in the block allocator owning the free bit.
153 struct ba_lun_info *bali, int *bit_word)
169 *bit_word = i;
187 int bit_word = 0;
204 bali->free_high_idx, bali, &bit_word);
208 bali, &bit_word);
218 bali->free_curr_idx = bit_word + 1;
220 bali->free_curr_idx = bit_word;
224 ((bit_word * BITS_PER_LONG) + bit_pos), ba_lun->lun_id,
227 return (u64) ((bit_word * BITS_PER_LONG) + bit_pos);