Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent_map.c197 if (test_bit(EXTENT_FLAG_LOGGING, &prev->flags) || in mergable_maps()
198 test_bit(EXTENT_FLAG_LOGGING, &next->flags)) in mergable_maps()
316 clear_bit(EXTENT_FLAG_LOGGING, &em->flags); in clear_em_logging()
436 if (!test_bit(EXTENT_FLAG_LOGGING, &em->flags)) in remove_extent_mapping()
449 if (!test_bit(EXTENT_FLAG_LOGGING, &cur->flags)) in replace_extent_mapping()
Dextent_map.h16 #define EXTENT_FLAG_LOGGING 4 /* Logging this extent */ macro
Dfile.c585 clear_bit(EXTENT_FLAG_LOGGING, &flags); in btrfs_drop_extent_cache()
Dtree-log.c4163 set_bit(EXTENT_FLAG_LOGGING, &em->flags); in btrfs_log_changed_extents()
Dinode.c5070 clear_bit(EXTENT_FLAG_LOGGING, &em->flags); in evict_inode_truncate_pages()
/linux-4.4.14/include/trace/events/
Dbtrfs.h165 { (1 << EXTENT_FLAG_LOGGING), "LOGGING" },\