Home
last modified time | relevance | path

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

/fs/btrfs/tests/
Dextent-map-tests.c158 em->block_start = EXTENT_MAP_INLINE; in test_case_2()
200 em->block_start = EXTENT_MAP_INLINE; in test_case_2()
211 em->block_start != EXTENT_MAP_INLINE || em->block_len != (u64)-1)) { in test_case_2()
Dinode-tests.c311 if (em->block_start != EXTENT_MAP_INLINE) { in test_btrfs_get_extent()
/fs/btrfs/
Dextent_map.h11 #define EXTENT_MAP_INLINE ((u64)-2) macro
Dextent_map.c226 (next->block_start == EXTENT_MAP_INLINE && in mergable_maps()
227 prev->block_start == EXTENT_MAP_INLINE) || in mergable_maps()
Dfile-item.c1091 em->block_start = EXTENT_MAP_INLINE; in btrfs_extent_item_to_extent_map()
Dextent_io.c3311 if (block_start == EXTENT_MAP_INLINE) { in btrfs_do_readpage()
3529 block_start == EXTENT_MAP_INLINE) { in __extent_writepage_io()
4813 } else if (em->block_start == EXTENT_MAP_INLINE) { in extent_fiemap()
Dinode.c6615 else if (em->block_start == EXTENT_MAP_INLINE && page) in btrfs_get_extent()
7478 em->block_start == EXTENT_MAP_INLINE) { in btrfs_dio_iomap_begin()
10307 if (em->block_start == EXTENT_MAP_INLINE) { in btrfs_swap_activate()