Searched refs:ext4_es_type (Results 1 – 2 of 2) sorted by relevance
164 static inline unsigned int ext4_es_type(struct extent_status *es) in ext4_es_type() function171 return (ext4_es_type(es) & EXTENT_STATUS_WRITTEN) != 0; in ext4_es_is_written()176 return (ext4_es_type(es) & EXTENT_STATUS_UNWRITTEN) != 0; in ext4_es_is_unwritten()181 return (ext4_es_type(es) & EXTENT_STATUS_DELAYED) != 0; in ext4_es_is_delayed()186 return (ext4_es_type(es) & EXTENT_STATUS_HOLE) != 0; in ext4_es_is_hole()
539 if (ext4_es_type(es1) != ext4_es_type(es2)) in ext4_es_can_be_merged()