Home
last modified time | relevance | path

Searched refs:EXTENT_FLAG_LOGGING (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dextent_map.c198 if (test_bit(EXTENT_FLAG_LOGGING, &prev->flags) || in mergable_maps()
199 test_bit(EXTENT_FLAG_LOGGING, &next->flags)) in mergable_maps()
328 clear_bit(EXTENT_FLAG_LOGGING, &em->flags); in clear_em_logging()
448 if (!test_bit(EXTENT_FLAG_LOGGING, &em->flags)) in remove_extent_mapping()
461 if (!test_bit(EXTENT_FLAG_LOGGING, &cur->flags)) in replace_extent_mapping()
Dextent_map.h18 #define EXTENT_FLAG_LOGGING 4 /* Logging this extent */ macro
Dfile.c640 clear_bit(EXTENT_FLAG_LOGGING, &flags); in btrfs_drop_extent_cache()
Dtree-log.c4426 set_bit(EXTENT_FLAG_LOGGING, &em->flags); in btrfs_log_changed_extents()
Dinode.c5365 clear_bit(EXTENT_FLAG_LOGGING, &em->flags); in evict_inode_truncate_pages()
/linux-4.19.296/include/trace/events/
Dbtrfs.h203 { (1 << EXTENT_FLAG_LOGGING), "LOGGING" },\