Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Ddata.c253 #define EROFS_ONLINEFOLIO_EIO (1 << 30) macro
276 v = (orig - 1) | (err ? EROFS_ONLINEFOLIO_EIO : 0); in erofs_onlinefolio_end()
279 if (v & ~EROFS_ONLINEFOLIO_EIO) in erofs_onlinefolio_end()
282 folio_end_read(folio, !(v & EROFS_ONLINEFOLIO_EIO)); in erofs_onlinefolio_end()

Completed in 7 milliseconds