Lines Matching refs:le64_to_cpu
142 msblk->bytes_used = le64_to_cpu(sblk->bytes_used); in squashfs_fill_super()
172 root_inode = le64_to_cpu(sblk->root_inode); in squashfs_fill_super()
176 msblk->inode_table = le64_to_cpu(sblk->inode_table_start); in squashfs_fill_super()
177 msblk->directory_table = le64_to_cpu(sblk->directory_table_start); in squashfs_fill_super()
194 (u64) le64_to_cpu(sblk->fragment_table_start)); in squashfs_fill_super()
196 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super()
226 xattr_id_table_start = le64_to_cpu(sblk->xattr_id_table_start); in squashfs_fill_super()
247 le64_to_cpu(sblk->id_table_start), next_table, in squashfs_fill_super()
255 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
258 lookup_table_start = le64_to_cpu(sblk->lookup_table_start); in squashfs_fill_super()
271 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
289 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
296 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()