Home
last modified time | relevance | path

Searched refs:EXTENT_MAP_INLINE (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/fs/btrfs/
Dextent_map.h11 #define EXTENT_MAP_INLINE ((u64)-2) macro
Dextent_map.c222 (next->block_start == EXTENT_MAP_INLINE && in mergable_maps()
223 prev->block_start == EXTENT_MAP_INLINE) || in mergable_maps()
618 if (em->block_start == EXTENT_MAP_INLINE) in btrfs_add_extent_mapping()
Ddefrag.c851 if (em->block_start == EXTENT_MAP_INLINE && in defrag_collect_targets()
922 if (em->block_start == EXTENT_MAP_INLINE) in defrag_collect_targets()
Dfile-item.c1308 em->block_start = EXTENT_MAP_INLINE; in btrfs_extent_item_to_extent_map()
Dinode.c6753 else if (em->block_start == EXTENT_MAP_INLINE && page) in btrfs_get_extent()
6883 ASSERT(em->block_start == EXTENT_MAP_INLINE); in btrfs_get_extent()
7531 em->block_start == EXTENT_MAP_INLINE) { in btrfs_dio_iomap_begin()
10077 if (em->block_start == EXTENT_MAP_INLINE) { in btrfs_encoded_read()
10654 if (em->block_start == EXTENT_MAP_INLINE) { in btrfs_swap_activate()
Dextent_io.c1095 if (block_start == EXTENT_MAP_INLINE) { in btrfs_do_readpage()
1353 ASSERT(block_start != EXTENT_MAP_INLINE); in __extent_writepage_io()
/Linux-v6.6/fs/btrfs/tests/
Dextent-map-tests.c161 em->block_start = EXTENT_MAP_INLINE; in test_case_2()
203 em->block_start = EXTENT_MAP_INLINE; in test_case_2()
214 em->block_start != EXTENT_MAP_INLINE || em->block_len != (u64)-1)) { in test_case_2()
Dinode-tests.c278 if (em->block_start != EXTENT_MAP_INLINE) { in test_btrfs_get_extent()
/Linux-v6.6/include/trace/events/
Dbtrfs.h268 { EXTENT_MAP_INLINE, "INLINE" }, \