Home
last modified time | relevance | path

Searched refs:EXTENT_FLAG_FILLING (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dextent_map.h19 #define EXTENT_FLAG_FILLING 5 /* Filling in a preallocated extent */ macro
Dextent_map.c296 if (test_bit(EXTENT_FLAG_FILLING, &em->flags)) { in unpin_extent_cache()
298 clear_bit(EXTENT_FLAG_FILLING, &em->flags); in unpin_extent_cache()
Dinode.c7451 set_bit(EXTENT_FLAG_FILLING, &em->flags); in create_io_em()
/Linux-v4.19/include/trace/events/
Dbtrfs.h204 { (1 << EXTENT_FLAG_FILLING), "FILLING" },\