Home
last modified time | relevance | path

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

/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()
/fs/btrfs/
Dextent-io-tree.h30 #define EXTENT_DELALLOC_NEW (1U << 14) macro
Dinode.c708 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in compress_file_range()
1003 EXTENT_DELALLOC_NEW | in submit_compressed_extents()
1135 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in cow_file_range()
1280 clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in cow_file_range()
1429 EXTENT_DELALLOC_NEW | EXTENT_DEFRAG | in cow_file_range_async()
2217 if (!(state->state & EXTENT_DELALLOC_NEW) && in btrfs_set_delalloc_extent()
2218 (*bits & EXTENT_DELALLOC_NEW)) { in btrfs_set_delalloc_extent()
2286 if ((state->state & EXTENT_DELALLOC_NEW) && in btrfs_clear_delalloc_extent()
2287 (*bits & EXTENT_DELALLOC_NEW)) { in btrfs_clear_delalloc_extent()
2667 EXTENT_DELALLOC_NEW, 0, NULL, cached_state, in btrfs_find_new_delalloc_bytes()
[all …]
Dextent_io.c5248 ~(EXTENT_LOCKED | EXTENT_NODATASUM | EXTENT_DELALLOC_NEW), in try_release_extent_state()