Lines Matching refs:le64_to_cpu
253 msblk->bytes_used = le64_to_cpu(sblk->bytes_used); in squashfs_fill_super()
283 root_inode = le64_to_cpu(sblk->root_inode); in squashfs_fill_super()
287 msblk->inode_table = le64_to_cpu(sblk->inode_table_start); in squashfs_fill_super()
288 msblk->directory_table = le64_to_cpu(sblk->directory_table_start); in squashfs_fill_super()
307 (u64) le64_to_cpu(sblk->fragment_table_start)); in squashfs_fill_super()
309 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super()
354 xattr_id_table_start = le64_to_cpu(sblk->xattr_id_table_start); in squashfs_fill_super()
375 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
382 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
385 lookup_table_start = le64_to_cpu(sblk->lookup_table_start); in squashfs_fill_super()
398 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
416 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
423 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()