Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/tests/
Dinode-tests.c977 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting()
1045 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting()
1078 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting()
1094 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting()
/linux-6.1.9/fs/btrfs/
Dextent-io-tree.h29 #define EXTENT_DELALLOC_NEW (1U << 14) macro
Dinode.c773 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in compress_file_range()
1063 EXTENT_DELALLOC_NEW | in submit_one_async_extent()
1231 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in cow_file_range()
1392 clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in cow_file_range()
1543 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in cow_file_range_async()
2428 if (!(state->state & EXTENT_DELALLOC_NEW) && in btrfs_set_delalloc_extent()
2429 (bits & EXTENT_DELALLOC_NEW)) { in btrfs_set_delalloc_extent()
2497 if ((state->state & EXTENT_DELALLOC_NEW) && in btrfs_clear_delalloc_extent()
2498 (bits & EXTENT_DELALLOC_NEW)) { in btrfs_clear_delalloc_extent()
2821 EXTENT_DELALLOC_NEW, cached_state, in btrfs_find_new_delalloc_bytes()
[all …]
Dextent_io.c3392 EXTENT_DELALLOC_NEW | EXTENT_CTLBITS); in try_release_extent_state()
/linux-6.1.9/include/trace/events/
Dbtrfs.h159 { EXTENT_DELALLOC_NEW, "DELALLOC_NEW"}