Searched refs:clear_bits (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/nilfs2/ |
D | page.c | 78 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()
|
D | segment.c | 1892 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/ |
D | gpio-thunderx.c | 275 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/ |
D | localalloc.c | 793 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/ |
D | extent_io.h | 359 unsigned bits, unsigned clear_bits,
|
D | extent_io.c | 1132 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()
|
D | inode.c | 991 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/ |
D | ntb_hw_idt.c | 451 u64 clear_bits) in idt_reg_clear_bits() argument 458 data = idt_nt_read(ndev, reg) & ~(u32)clear_bits; in idt_reg_clear_bits()
|