Home
last modified time | relevance | path

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

/Linux-v5.15/include/trace/events/
Derofs.h22 { EROFS_GET_BLOCKS_RAW, "RAW" })
/Linux-v5.15/fs/erofs/
Dinternal.h364 #define EROFS_GET_BLOCKS_RAW 0x0001 macro
Ddata.c167 ret = erofs_map_blocks(inode, &map, EROFS_GET_BLOCKS_RAW); in erofs_iomap_begin()