Searched refs:addrmask (Results 1 – 2 of 2) sorted by relevance
93 erofs_blk_t startblk, addrmask; in erofs_map_blocks() local142 addrmask = (vi->chunkformat & EROFS_CHUNK_FORMAT_48BIT) ? in erofs_map_blocks()145 le32_to_cpu(idx->startblk_lo)) & addrmask; in erofs_map_blocks()146 if ((startblk ^ EROFS_NULL_ADDR) & addrmask) { in erofs_map_blocks()
35 erofs_blk_t addrmask = BIT_ULL(48) - 1; in erofs_read_inode() local120 addrmask = BIT_ULL(32) - 1; in erofs_read_inode()148 !((vi->startblk ^ EROFS_NULL_ADDR) & addrmask)) in erofs_read_inode()
Completed in 5 milliseconds