Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Derofs_fs.h278 #define EROFS_DIRENT_NID_MASK (BIT_ULL(EROFS_DIRENT_NID_METABOX_BIT) - 1) macro
H A Dinternal.h336 erofs_nid_t nid_lo = EROFS_I(inode)->nid & EROFS_DIRENT_NID_MASK; in erofs_iloc()