Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddata.c238 #define EROFS_ONLINEFOLIO_EIO (1 << 30) macro
261 v = (orig - 1) | (err ? EROFS_ONLINEFOLIO_EIO : 0); in erofs_onlinefolio_end()
264 if (v & ~EROFS_ONLINEFOLIO_EIO) in erofs_onlinefolio_end()
267 folio_end_read(folio, !(v & EROFS_ONLINEFOLIO_EIO)); in erofs_onlinefolio_end()