Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddata.c93 erofs_blk_t startblk, addrmask; in erofs_map_blocks() local
142 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()
H A Dinode.c36 erofs_blk_t addrmask = BIT_ULL(48) - 1; in erofs_read_inode() local
121 addrmask = BIT_ULL(32) - 1; in erofs_read_inode()
149 !((vi->startblk ^ EROFS_NULL_ADDR) & addrmask)) in erofs_read_inode()