Lines Matching refs:le64_to_cpu
131 msblk->bytes_used = le64_to_cpu(sblk->bytes_used); in squashfs_fill_super()
161 root_inode = le64_to_cpu(sblk->root_inode); in squashfs_fill_super()
165 msblk->inode_table = le64_to_cpu(sblk->inode_table_start); in squashfs_fill_super()
166 msblk->directory_table = le64_to_cpu(sblk->directory_table_start); in squashfs_fill_super()
184 (u64) le64_to_cpu(sblk->fragment_table_start)); in squashfs_fill_super()
186 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super()
218 xattr_id_table_start = le64_to_cpu(sblk->xattr_id_table_start); in squashfs_fill_super()
239 le64_to_cpu(sblk->id_table_start), next_table, in squashfs_fill_super()
247 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
250 lookup_table_start = le64_to_cpu(sblk->lookup_table_start); in squashfs_fill_super()
263 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
281 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
288 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()