Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dextents_status.h52 #define EXTENT_STATUS_HOLE (1 << ES_HOLE_B) macro
58 EXTENT_STATUS_HOLE))
186 return (ext4_es_type(es) & EXTENT_STATUS_HOLE) != 0; in ext4_es_is_hole()
H A Dextents.c541 EXTENT_STATUS_HOLE); in ext4_cache_extents()
4161 EXTENT_STATUS_HOLE, false); in ext4_ext_determine_insert_hole()
H A Dinode.c4072 EXTENT_STATUS_HOLE, 0); in ext4_punch_hole()
/linux/include/trace/events/
H A Dext4.h88 { EXTENT_STATUS_HOLE, "H" }, \