Searched refs:bits_to_clear (Results 1 – 3 of 3) sorted by relevance
1515 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in ntfs_bitmap_clear_le() local1518 while (len - bits_to_clear >= 0) { in ntfs_bitmap_clear_le()1520 len -= bits_to_clear; in ntfs_bitmap_clear_le()1521 bits_to_clear = BITS_PER_LONG; in ntfs_bitmap_clear_le()
361 u32 bits_to_clear, unsigned long page_ops);
566 u32 bits_to_clear = bits & ~EXTENT_CTLBITS; in clear_state_bit() local572 ret = add_extent_changeset(state, bits_to_clear, changeset, 0); in clear_state_bit()574 state->state &= ~bits_to_clear; in clear_state_bit()
Completed in 10 milliseconds