Home
last modified time | relevance | path

Searched refs:EROFS_MAP_META (Results 1 – 2 of 2) sorted by relevance

/fs/erofs/
Ddata.c94 map->m_flags |= EROFS_MAP_META; in erofs_map_blocks_flatmode()
182 if (map.m_flags & EROFS_MAP_META) { in erofs_read_raw_page()
Dinternal.h318 #define EROFS_MAP_META (1 << BH_Meta) macro