Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Derofs_fs.h121 #define EROFS_I_ALL ((1 << EROFS_I_ALL_BIT) - 1) macro
H A Dinode.c39 if (ifmt & ~EROFS_I_ALL) { in erofs_read_inode()