Home
last modified time | relevance | path

Searched refs:EROFS_GET_BLOCKS_RAW (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/erofs/
H A Ddata.c149 err = erofs_map_blocks_flatmode(inode, &map, EROFS_GET_BLOCKS_RAW); in erofs_read_raw_page()
316 if (!erofs_map_blocks_flatmode(inode, &map, EROFS_GET_BLOCKS_RAW)) in erofs_bmap()
331 ret = erofs_map_blocks_flatmode(inode, &map, EROFS_GET_BLOCKS_RAW); in erofs_iomap_begin()
H A Dinternal.h359 #define EROFS_GET_BLOCKS_RAW 0x0001 macro
/OK3568_Linux_fs/kernel/include/trace/events/
H A Derofs.h22 { EROFS_GET_BLOCKS_RAW, "RAW" })