Searched refs:ext4_es_type (Results 1 – 2 of 2) sorted by relevance
157 static inline unsigned int ext4_es_type(struct extent_status *es) in ext4_es_type() function164 return (ext4_es_type(es) & EXTENT_STATUS_WRITTEN) != 0; in ext4_es_is_written()169 return (ext4_es_type(es) & EXTENT_STATUS_UNWRITTEN) != 0; in ext4_es_is_unwritten()174 return (ext4_es_type(es) & EXTENT_STATUS_DELAYED) != 0; in ext4_es_is_delayed()179 return (ext4_es_type(es) & EXTENT_STATUS_HOLE) != 0; in ext4_es_is_hole()
508 if (ext4_es_type(es1) != ext4_es_type(es2)) in ext4_es_can_be_merged()