Searched refs:clear_bits (Results 1 – 6 of 6) sorted by relevance
/fs/nilfs2/ |
D | page.c | 77 const unsigned long clear_bits = in nilfs_forget_buffer() local 83 set_mask_bits(&bh->b_state, clear_bits, 0); in nilfs_forget_buffer() 409 const unsigned long clear_bits = in nilfs_clear_dirty_page() local 422 set_mask_bits(&bh->b_state, clear_bits, 0); in nilfs_clear_dirty_page()
|
D | segment.c | 1897 const unsigned long clear_bits = in nilfs_segctor_complete_write() local 1912 set_mask_bits(&bh->b_state, clear_bits, set_bits); in nilfs_segctor_complete_write()
|
/fs/ocfs2/ |
D | localalloc.c | 778 u32 clear_bits; in ocfs2_free_local_alloc_bits() local 792 clear_bits = num_bits; in ocfs2_free_local_alloc_bits() 803 while (clear_bits--) in ocfs2_free_local_alloc_bits()
|
/fs/btrfs/ |
D | extent-io-tree.h | 191 unsigned bits, unsigned clear_bits,
|
D | extent_io.c | 1208 unsigned bits, unsigned clear_bits, in convert_extent_bit() argument 1223 clear_bits); in convert_extent_bit() 1282 state = clear_state_bit(tree, state, &clear_bits, 0, NULL); in convert_extent_bit() 1323 state = clear_state_bit(tree, state, &clear_bits, 0, in convert_extent_bit() 1386 clear_state_bit(tree, prealloc, &clear_bits, 0, NULL); in convert_extent_bit() 2021 unsigned clear_bits, in extent_clear_unlock_delalloc() argument 2024 clear_extent_bit(&inode->io_tree, start, end, clear_bits, 1, 0, NULL); in extent_clear_unlock_delalloc()
|
D | inode.c | 992 unsigned clear_bits; in cow_file_range() local 1144 clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in cow_file_range() 1162 clear_bits, in cow_file_range() 1169 clear_bits | EXTENT_CLEAR_DATA_RESV, in cow_file_range() 1269 unsigned clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | in cow_file_range_async() local 1277 clear_bits, page_ops); in cow_file_range_async() 2645 unsigned int clear_bits; in btrfs_finish_ordered_io() local 2747 clear_bits = EXTENT_DEFRAG; in btrfs_finish_ordered_io() 2749 clear_bits |= EXTENT_LOCKED; in btrfs_finish_ordered_io() 2751 clear_bits |= EXTENT_DELALLOC_NEW; in btrfs_finish_ordered_io() [all …]
|