Home
last modified time | relevance | path

Searched refs:EXTENT_DELALLOC_NEW (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dextent_io.h27 #define EXTENT_DELALLOC_NEW (1U << 18) macro
Dinode.c575 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in compress_file_range()
880 EXTENT_DELALLOC_NEW | in submit_compressed_extents()
981 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in cow_file_range()
1090 clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in cow_file_range()
1803 if (!(state->state & EXTENT_DELALLOC_NEW) && in btrfs_set_bit_hook()
1804 (*bits & EXTENT_DELALLOC_NEW)) { in btrfs_set_bit_hook()
1874 if ((state->state & EXTENT_DELALLOC_NEW) && in btrfs_clear_bit_hook()
1875 (*bits & EXTENT_DELALLOC_NEW)) { in btrfs_clear_bit_hook()
3083 clear_bits |= EXTENT_DELALLOC_NEW; in btrfs_finish_ordered_io()
8722 EXTENT_DELALLOC_NEW | in btrfs_invalidatepage()
[all …]
Dfile.c495 EXTENT_DELALLOC_NEW, in btrfs_find_new_delalloc_bytes()
542 extra_bits |= EXTENT_DELALLOC_NEW; in btrfs_dirty_pages()