Home
last modified time | relevance | path

Searched refs:clear_bits (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/nilfs2/
Dpage.c78 const unsigned long clear_bits = in nilfs_forget_buffer() local
84 set_mask_bits(&bh->b_state, clear_bits, 0); in nilfs_forget_buffer()
413 const unsigned long clear_bits = in nilfs_clear_dirty_page() local
426 set_mask_bits(&bh->b_state, clear_bits, 0); in nilfs_clear_dirty_page()
Dsegment.c1892 const unsigned long clear_bits = in nilfs_segctor_complete_write() local
1897 set_mask_bits(&bh->b_state, clear_bits, set_bits); in nilfs_segctor_complete_write()
/linux-4.19.296/drivers/gpio/
Dgpio-thunderx.c275 u64 set_bits, clear_bits; in thunderx_gpio_set_multiple() local
280 clear_bits = ~bits[bank] & mask[bank]; in thunderx_gpio_set_multiple()
282 writeq(clear_bits, txgpio->register_base + (bank * GPIO_2ND_BANK) + GPIO_TX_CLR); in thunderx_gpio_set_multiple()
/linux-4.19.296/fs/ocfs2/
Dlocalalloc.c793 u32 clear_bits; in ocfs2_free_local_alloc_bits() local
807 clear_bits = num_bits; in ocfs2_free_local_alloc_bits()
818 while (clear_bits--) in ocfs2_free_local_alloc_bits()
/linux-4.19.296/fs/btrfs/
Dextent_io.h359 unsigned bits, unsigned clear_bits,
Dextent_io.c1132 unsigned bits, unsigned clear_bits, in convert_extent_bit() argument
1204 state = clear_state_bit(tree, state, &clear_bits, 0, NULL); in convert_extent_bit()
1245 state = clear_state_bit(tree, state, &clear_bits, 0, in convert_extent_bit()
1308 clear_state_bit(tree, prealloc, &clear_bits, 0, NULL); in convert_extent_bit()
1785 unsigned clear_bits, in extent_clear_unlock_delalloc() argument
1788 clear_extent_bit(&BTRFS_I(inode)->io_tree, start, end, clear_bits, 1, 0, in extent_clear_unlock_delalloc()
Dinode.c991 unsigned clear_bits; in cow_file_range() local
1147 clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in cow_file_range()
1166 clear_bits, in cow_file_range()
1174 clear_bits | EXTENT_CLEAR_DATA_RESV, in cow_file_range()
3144 unsigned int clear_bits = 0; in btrfs_finish_ordered_io() local
3147 clear_bits |= EXTENT_LOCKED; in btrfs_finish_ordered_io()
3149 clear_bits |= EXTENT_DELALLOC_NEW; in btrfs_finish_ordered_io()
3154 clear_bits, in btrfs_finish_ordered_io()
3155 (clear_bits & EXTENT_LOCKED) ? 1 : 0, in btrfs_finish_ordered_io()
/linux-4.19.296/drivers/ntb/hw/idt/
Dntb_hw_idt.c451 u64 clear_bits) in idt_reg_clear_bits() argument
458 data = idt_nt_read(ndev, reg) & ~(u32)clear_bits; in idt_reg_clear_bits()