Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddata.c94 erofs_blk_t startblk, addrmask; in erofs_map_blocks() local
143 addrmask = (vi->chunkformat & EROFS_CHUNK_FORMAT_48BIT) ? in erofs_map_blocks()
146 le32_to_cpu(idx->startblk_lo)) & addrmask; in erofs_map_blocks()
147 if ((startblk ^ EROFS_NULL_ADDR) & addrmask) { in erofs_map_blocks()
H A Dinode.c44 erofs_blk_t addrmask = BIT_ULL(48) - 1; in erofs_read_inode() local
129 addrmask = BIT_ULL(32) - 1; in erofs_read_inode()
162 !((vi->startblk ^ EROFS_NULL_ADDR) & addrmask)) in erofs_read_inode()