Home
last modified time | relevance | path

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

/Linux-v6.1/include/trace/events/
Derofs.h22 { EROFS_GET_BLOCKS_RAW, "RAW" })
/Linux-v6.1/fs/erofs/
Dinternal.h424 #define EROFS_GET_BLOCKS_RAW 0x0001 macro
Ddata.c262 ret = erofs_map_blocks(inode, &map, EROFS_GET_BLOCKS_RAW); in erofs_iomap_begin()
Dfscache.c274 ret = erofs_map_blocks(inode, &map, EROFS_GET_BLOCKS_RAW); in erofs_fscache_data_read()