Searched refs:blkaddr (Results 1 – 3 of 3) sorted by relevance
94 __le32 *blkaddr = (void *)buf + erofs_blkoff(pos); in erofs_map_blocks() local96 if (le32_to_cpu(*blkaddr) == EROFS_NULL_ADDR) { in erofs_map_blocks()99 map->m_pa = erofs_pos(le32_to_cpu(*blkaddr)); in erofs_map_blocks()106 switch (le32_to_cpu(idx->blkaddr)) { in erofs_map_blocks()113 map->m_pa = erofs_pos(le32_to_cpu(idx->blkaddr)); in erofs_map_blocks()
274 __le32 blkaddr; /* start block address of this inode chunk */ member423 __le32 blkaddr; member
176 m->pblk = le32_to_cpu(di->di_u.blkaddr); in legacy_load_cluster_from_disk()
Completed in 7 milliseconds