Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/tests/
Dextent-map-tests.c160 em->block_start = EXTENT_MAP_INLINE; in test_case_2()
202 em->block_start = EXTENT_MAP_INLINE; in test_case_2()
213 em->block_start != EXTENT_MAP_INLINE || em->block_len != (u64)-1)) { in test_case_2()
Dinode-tests.c306 if (em->block_start != EXTENT_MAP_INLINE) { in test_btrfs_get_extent()
/linux-6.1.9/fs/btrfs/
Dextent_map.h11 #define EXTENT_MAP_INLINE ((u64)-2) macro
Dextent_map.c230 (next->block_start == EXTENT_MAP_INLINE && in mergable_maps()
231 prev->block_start == EXTENT_MAP_INLINE) || in mergable_maps()
Dfile-item.c1255 em->block_start = EXTENT_MAP_INLINE; in btrfs_extent_item_to_extent_map()
Dinode.c6860 else if (em->block_start == EXTENT_MAP_INLINE && page) in btrfs_get_extent()
7644 em->block_start == EXTENT_MAP_INLINE) { in btrfs_dio_iomap_begin()
10496 if (em->block_start == EXTENT_MAP_INLINE) { in btrfs_encoded_read()
11078 if (em->block_start == EXTENT_MAP_INLINE) { in btrfs_swap_activate()
Dextent_io.c1879 if (block_start == EXTENT_MAP_INLINE) { in btrfs_do_readpage()
2176 block_start == EXTENT_MAP_INLINE) { in __extent_writepage_io()
Dioctl.c1428 if (em->block_start == EXTENT_MAP_INLINE && in defrag_collect_targets()
1499 if (em->block_start == EXTENT_MAP_INLINE) in defrag_collect_targets()
/linux-6.1.9/include/trace/events/
Dbtrfs.h268 { EXTENT_MAP_INLINE, "INLINE" }, \