Lines Matching refs:le64_to_cpu
182 msblk->bytes_used = le64_to_cpu(sblk->bytes_used); in squashfs_fill_super()
212 root_inode = le64_to_cpu(sblk->root_inode); in squashfs_fill_super()
216 msblk->inode_table = le64_to_cpu(sblk->inode_table_start); in squashfs_fill_super()
217 msblk->directory_table = le64_to_cpu(sblk->directory_table_start); in squashfs_fill_super()
236 (u64) le64_to_cpu(sblk->fragment_table_start)); in squashfs_fill_super()
238 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super()
270 xattr_id_table_start = le64_to_cpu(sblk->xattr_id_table_start); in squashfs_fill_super()
291 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
298 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
301 lookup_table_start = le64_to_cpu(sblk->lookup_table_start); in squashfs_fill_super()
314 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
332 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
339 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()