Searched defs:bits_to_clear (Results 1 – 7 of 7) sorted by relevance
9 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear() local
27 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_clear() local
125 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear_ll() local
387 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_clear() local
508 u32 bits_to_clear = bits & ~EXTENT_CTLBITS; in clear_state_bit() local
1543 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in ntfs_bitmap_clear_le() local
196 u32 bits_to_clear, u32 bits_to_set) in ufx_reg_clear_and_set_bits()