Home
last modified time | relevance | path

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

/fs/nilfs2/
A Dpage.c77 const unsigned long clear_bits = in nilfs_forget_buffer() local
84 set_mask_bits(&bh->b_state, clear_bits, 0); in nilfs_forget_buffer()
408 const unsigned long clear_bits = in nilfs_clear_folio_dirty() local
436 set_mask_bits(&bh->b_state, clear_bits, 0); in nilfs_clear_folio_dirty()
A Dsegment.c1932 const unsigned long clear_bits = in nilfs_segctor_complete_write() local
1947 set_mask_bits(&bh->b_state, clear_bits, set_bits); in nilfs_segctor_complete_write()
/fs/btrfs/
A Dextent-io-tree.c1319 u32 bits, u32 clear_bits, in btrfs_convert_extent_bit() argument
1333 clear_bits); in btrfs_convert_extent_bit()
1388 state = clear_state_bit(tree, state, clear_bits, 0, end, NULL); in btrfs_convert_extent_bit()
1427 state = clear_state_bit(tree, state, clear_bits, 0, end, NULL); in btrfs_convert_extent_bit()
1512 clear_state_bit(tree, prealloc, clear_bits, 0, end, NULL); in btrfs_convert_extent_bit()
A Dextent-io-tree.h209 u32 bits, u32 clear_bits,
A Dextent_io.c398 u32 clear_bits, unsigned long page_ops) in extent_clear_unlock_delalloc() argument
400 btrfs_clear_extent_bit(&inode->io_tree, start, end, clear_bits, cached); in extent_clear_unlock_delalloc()
2652 u32 clear_bits; in try_release_extent_state() local
2666 clear_bits = ~(EXTENT_LOCKED | EXTENT_NODATASUM | EXTENT_DELALLOC_NEW | in try_release_extent_state()
2674 ret2 = btrfs_clear_extent_bit(tree, start, end, clear_bits, &cached_state); in try_release_extent_state()
A Dinode.c1280 unsigned clear_bits; in cow_file_range() local
1487 clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC; in cow_file_range()
1495 locked_folio, NULL, clear_bits, page_ops); in cow_file_range()
1515 locked_folio, &cached, clear_bits, in cow_file_range()
1527 clear_bits |= EXTENT_CLEAR_DATA_RESV; in cow_file_range()
1530 &cached, clear_bits, page_ops); in cow_file_range()
3090 unsigned int clear_bits = EXTENT_DEFRAG; in btrfs_finish_one_ordered() local
3099 clear_bits |= EXTENT_DELALLOC_NEW; in btrfs_finish_one_ordered()
3131 clear_bits |= EXTENT_LOCKED | EXTENT_FINISHING_ORDERED; in btrfs_finish_one_ordered()
3216 if ((clear_bits & EXTENT_DELALLOC_NEW) && in btrfs_finish_one_ordered()
[all …]
/fs/ocfs2/
A Dlocalalloc.c777 u32 clear_bits; in ocfs2_free_local_alloc_bits() local
791 clear_bits = num_bits; in ocfs2_free_local_alloc_bits()
802 while (clear_bits--) in ocfs2_free_local_alloc_bits()

Completed in 38 milliseconds