Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dextent_map.h19 #define EXTENT_MAP_INLINE ((u64)-2) macro
Ddefrag.c988 if (em->disk_bytenr == EXTENT_MAP_INLINE && in defrag_collect_targets()
1058 if (em->disk_bytenr == EXTENT_MAP_INLINE) in defrag_collect_targets()
Ddirect-io.c476 if (extent_map_is_compressed(em) || em->disk_bytenr == EXTENT_MAP_INLINE) { in btrfs_dio_iomap_begin()
Dextent_map.c708 if (em->disk_bytenr == EXTENT_MAP_INLINE) in btrfs_add_extent_mapping()
Dfile-item.c1320 em->disk_bytenr = EXTENT_MAP_INLINE; in btrfs_extent_item_to_extent_map()
Dextent_io.c1053 if (block_start == EXTENT_MAP_INLINE) { in btrfs_do_readpage()
1392 ASSERT(block_start != EXTENT_MAP_INLINE); in submit_one_sector()
Dinode.c6869 else if (em->disk_bytenr == EXTENT_MAP_INLINE && folio) in btrfs_get_extent()
6996 ASSERT(em->disk_bytenr == EXTENT_MAP_INLINE); in btrfs_get_extent()
9393 if (em->disk_bytenr == EXTENT_MAP_INLINE) { in btrfs_encoded_read()
/linux-6.14.4/fs/btrfs/tests/
Dextent-map-tests.c179 em->disk_bytenr = EXTENT_MAP_INLINE; in test_case_2()
223 em->disk_bytenr = EXTENT_MAP_INLINE; in test_case_2()
239 em->disk_bytenr != EXTENT_MAP_INLINE) { in test_case_2()
Dinode-tests.c286 if (em->disk_bytenr != EXTENT_MAP_INLINE) { in test_btrfs_get_extent()
/linux-6.14.4/include/trace/events/
Dbtrfs.h267 { EXTENT_MAP_INLINE, "INLINE" })