Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dextent_io.h25 #define EXTENT_DELALLOC_NEW (1U << 14) macro
Dinode.c619 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in compress_file_range()
909 EXTENT_DELALLOC_NEW | in submit_compressed_extents()
1008 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in cow_file_range()
1117 clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in cow_file_range()
1238 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in cow_file_range_async()
1908 if (!(state->state & EXTENT_DELALLOC_NEW) && in btrfs_set_delalloc_extent()
1909 (*bits & EXTENT_DELALLOC_NEW)) { in btrfs_set_delalloc_extent()
1979 if ((state->state & EXTENT_DELALLOC_NEW) && in btrfs_clear_delalloc_extent()
1980 (*bits & EXTENT_DELALLOC_NEW)) { in btrfs_clear_delalloc_extent()
3173 clear_bits |= EXTENT_DELALLOC_NEW; in btrfs_finish_ordered_io()
[all …]
Dfile.c496 EXTENT_DELALLOC_NEW, in btrfs_find_new_delalloc_bytes()
551 extra_bits |= EXTENT_DELALLOC_NEW; in btrfs_dirty_pages()
/Linux-v5.4/include/trace/events/
Dbtrfs.h119 { EXTENT_DELALLOC_NEW, "DELALLOC_NEW"}